Mono Class Library: System.Collections Namespace

System.Collections.IHashCodeProvider

Implemented by classes that support custom hash functions for instances of the class. [Edit]

See Also: IHashCodeProvider Members

[System.Obsolete("Please use IEqualityComparer instead.")]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IHashCodeProvider

Remarks

Note: IHashCodeProvider contains the IHashCodeProvider.GetHashCode(object) method. The consumer of an object should call this method to obtain a hash code for the object using a custom hash function.
[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0