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