Chili.Opf3 Send comments on this topic.
GetHashCode Method
See Also 
Chili.Opf3 Namespace > Generic ID Class : GetHashCode Method




Returns the hash code of the object.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function GetHashCode() As Integer
Visual Basic (Usage)Copy Code
Dim instance As ID(Of T)
Dim value As Integer
 
value = instance.GetHashCode()
C# 
public override int GetHashCode()
Managed Extensions for C++ 
public: int GetHashCode(); override 
C++/CLI 
public:
int GetHashCode(); override 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also