Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorder Class / GetHashCode Method


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

    Return Value

    Integer with hash code of the object
    See Also