Esempio n. 1
0
 public bool Equals(OrderableValuePair <K, V> other)
 {
     return(this.Key.Equals(other.Key));
 }
Esempio n. 2
0
 public int CompareTo(OrderableValuePair <K, V> other)
 {
     return(this.Key.CompareTo(other.Key));
 }