Returns a hash code for this
AnnLength structure.
For information about this method, see
GetHashCode.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public NotOverridable Function GetHashCode() As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnLength
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also