public interface IHashCodeProvider
|
However, some overloads of the Hashtable constructor take a parameter that is an IHashCodeProvider implementation, or a parameter that is an IComparer implementation, or both. If an IHashCodeProvider implementation is passed to the constructor, the IHashCodeProvider.GetHashCode of that implementation is used as the hash code provider. If an IComparer implementation is passed to the constructor, the IComparer.Compare of that implementation is used as the comparer.
GetHashCode | Returns a hash code for the specified object. |
obj