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!

String.GetHashCode

Gets a hash code for this string.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Return Value

A hash code for this string.

Remarks

If strings A and B are such that A.Equals(B), then they will return the same hash code. (For more information, see GetHashCode.)

See Also

String Class | String Members | System Namespace | Int32