Exemple #1
0
 public int GetHashCode(Pair <T> obj)
 {
     return(obj.GetHashCode());
 }
Exemple #2
0
 public bool Equals(Pair <T> x, Pair <T> y)
 {
     return(x == y);
 }