Returns a hash code (ignores case for Strings) for the given object.
[Visual Basic] Overridable Public Function GetHashCode( _ ByVal obj As Object _ ) As Integer [C#] public virtual int GetHashCode( object obj ); [C++] public: virtual int GetHashCode( Object* obj ); [JScript] public function GetHashCode( obj : Object ) : int;
Returns a hash code (ignores case for Strings) for the specified object.
CaseInsensitiveHashCodeProvider Class | CaseInsensitiveHashCodeProvider Members | System.Collections Namespace