GetHashCode Method (SubStyle)
Gets a hash code of this object.
public override int GetHashCode()
'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As SubStyle
Dim value As Integer
value = instance.GetHashCode()
Return Value
An
System.Int32 value that indicates the hash code of this object.