Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / GetHashCode Method


In This Topic
GetHashCode Method (SizeInt)
In This Topic
Returns the hash code for this value.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As SizeInt
Dim value As Integer
 
value = instance.GetHashCode()

Return Value

A 32-bit signed integer that is the hash code for this value.
See Also