Gets the hash code for this Matrix.
Syntax

[C#]

virtual int GetHashCode();

[Visual Basic]

Overidable Function GetHashCode() As Integer
Params
Name Description
return The hash code.
Notes

None.

Example

None.