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;
The first 32 bits of the Guid as an Int32.
Overrides Object.GetHashCode. The first 32 bits of the GUID are those that change most frequently.