private bool Equals(BooleanKey other) { return(_value == other._value && KeyType == other.KeyType); }
private bool Equals(BooleanKey other) { return _value == other._value && KeyType == other.KeyType; }
private bool Equals(BooleanKey other) => _value == other._value && KeyType == other.KeyType;