Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyleInfo Class / GetHashCode Method


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

    Return Value

    Returns the hash code for this instance.
    See Also