public bool Equals(DictionaryKey <T1, T2> other) { return(DictionaryKey.Equals(this, other)); }
public override bool Equals(object obj) { return(DictionaryKey.Equals(this, obj)); }