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!

CompareInfo.GetHashCode

Gets the hash code for the instance of CompareInfo.

[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 the current CompareInfo object.

Remarks

This method overrides Object.GetHashCode.

If two objects are equal according to the Object.Equals method, they will always have the same hash code.

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace