Пример #1
0
 public bool Equals(OrderableValuePair <K, V> other)
 {
     return(this.Key.Equals(other.Key));
 }
Пример #2
0
 public int CompareTo(OrderableValuePair <K, V> other)
 {
     return(this.Key.CompareTo(other.Key));
 }