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