Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / KeyStroke Structure / GetHashCode Method


In This Topic
    GetHashCode Method (KeyStroke)
    In This Topic
    Generates a hash code for the current object.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As KeyStroke
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()

    Return Value

    The hash code.
    See Also