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