GetHashCode
Obtains a hash code for the ColorTable.
Syntax
[C#]
virtual int GetHashCode();
[Visual Basic]
Overidable Function GetHashCode() As Integer
Params
Name
Description
return
The hash code.
Notes
None.
Example
None.