Inheritance: SimpleKey
コード例 #1
0
ファイル: NullKey.cs プロジェクト: falcordotnet/falcor.net
 private bool Equals(NullKey other) => KeyType == other.KeyType;
コード例 #2
0
ファイル: NullKey.cs プロジェクト: Yshayy/falcor.net
 private bool Equals(NullKey other)
 {
     return(KeyType == other.KeyType);
 }
コード例 #3
0
ファイル: NullKey.cs プロジェクト: gitter-badger/falcor.net
 private bool Equals(NullKey other)
 {
     return KeyType == other.KeyType;
 }
コード例 #4
0
 private bool Equals(NullKey other) => KeyType == other.KeyType;