Inheritance: SimpleKey
Exemple #1
0
 private bool Equals(NullKey other) => KeyType == other.KeyType;
Exemple #2
0
 private bool Equals(NullKey other)
 {
     return(KeyType == other.KeyType);
 }
Exemple #3
0
 private bool Equals(NullKey other)
 {
     return KeyType == other.KeyType;
 }
Exemple #4
0
 private bool Equals(NullKey other) => KeyType == other.KeyType;