GetHashCode Method (Size)
In This Topic
Returns the hash code for this instance.
Syntax
'Declaration
Public Overrides Function GetHashCode() As Integer
public override int GetHashCode()
Return Value
A 32-bit signed integer that is the hash code for this instance.
See Also