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!

Guid.GetHashCode

Returns the first 32 bits (4 bytes) of the Guid.

[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

The first 32 bits of the Guid as an Int32.

Remarks

Overrides Object.GetHashCode. The first 32 bits of the GUID are those that change most frequently.

See Also

Guid Structure | Guid Members | System Namespace