Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / GetHashCode Method


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

Return Value

Returns the hash code for this instance.
See Also