Inheritance: SimpleKey
Exemple #1
0
 private bool Equals(BooleanKey other)
 {
     return(_value == other._value && KeyType == other.KeyType);
 }
 private bool Equals(BooleanKey other)
 {
     return _value == other._value && KeyType == other.KeyType;
 }
Exemple #3
0
 private bool Equals(BooleanKey other) => _value == other._value && KeyType == other.KeyType;
 private bool Equals(BooleanKey other) => _value == other._value && KeyType == other.KeyType;