[This is preliminary documentation and is subject to change.]

Return a hash code for this UUID, used by .NET for hash tables

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override

Return Value

An integer composed of all the UUID bytes XORed together

See Also