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