Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Item<T> Class / GetHashCode Method


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

    Return Value

    A 32-bit signed integer hash code.
    See Also