Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / EmptyBorder Class / CompareTo Method
The object to compare


In This Topic
    CompareTo Method (EmptyBorder)
    In This Topic
    Compares the current object with another object of the same type.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    'Usage
     
    
    Dim instance As EmptyBorder
    Dim obj As Object
    Dim value As Integer
     
    value = instance.CompareTo(obj)
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    The object to compare
    See Also