Exemplo n.º 1
0
 public bool Equals(DictionaryKey <T1, T2> other)
 {
     return(DictionaryKey.Equals(this, other));
 }
Exemplo n.º 2
0
 public override bool Equals(object obj)
 {
     return(DictionaryKey.Equals(this, obj));
 }