Ejemplo n.º 1
0
 /// <summary>
 /// Get the hash code of the entry
 /// </summary>
 /// <param name="entry">The entry</param>
 /// <returns>The hash code of the key</returns>
 public int GetHashCode(KeyValuePair <K, V> entry)
 {
     return(keyequalityComparer.GetHashCode(entry.Key));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Get the hash code of the entry
 /// </summary>
 /// <param name="entry">The entry</param>
 /// <returns>The hash code of the key</returns>
 public int GetHashCode(System.Collections.Generic.KeyValuePair <K, V> entry)
 {
     return(keyequalityComparer.GetHashCode(entry.Key));
 }