Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLine Class / Equals Method
The compared border line.


In This Topic
    Equals Method (BorderLine)
    In This Topic
    Compares whether the border line is equal to the specified border line.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As BorderLine
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The compared border line.

    Return Value

    true if the border line is less than the second line; otherwise, false.
    See Also