Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / GetHashCode Method


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

    Return Value

    A hash code for the current ListBoxLength.
    See Also