.NET Matrix Library
GetHashCode Method
See Also  Send Feedback



Returns a hash code value that represents this object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetHashCode() As Integer
Visual Basic (Usage)Copy Code
Dim instance As Matrix
Dim value As Integer
 
value = instance.GetHashCode()
C# 
public override int GetHashCode()
C++/CLI 
public:
int GetHashCode(); override 

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library