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