NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CaseInsensitiveHashCodeProvider.GetHashCode

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;

Parameters

obj
The Object for which a hash code is to be returned.

Return Value

Returns a hash code (ignores case for Strings) for the specified object.

See Also

CaseInsensitiveHashCodeProvider Class | CaseInsensitiveHashCodeProvider Members | System.Collections Namespace