private bool Equals(NullKey other) => KeyType == other.KeyType;
private bool Equals(NullKey other) { return(KeyType == other.KeyType); }
private bool Equals(NullKey other) { return KeyType == other.KeyType; }