Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / GetHashCode Method


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

    Return Value

    A System.Int32 value that represents the hash code of the current PairChar.
    See Also