When implemented by a class, returns a hash code for the given object.
[Visual Basic] Function GetHashCode( _ ByVal obj As Object _ ) As Integer [C#] int GetHashCode( object obj ); [C++] int GetHashCode( Object* obj ) = 0; [JScript] function GetHashCode( obj : Object ) : int;
Returns a hash code for the specified object.
IHashCodeProvider Interface | IHashCodeProvider Members | System.Collections Namespace