Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableBorder Class / Equals Method / Equals(IExcelTableBorder) Method
An ExcelBorder instance used to compared with the current instance.


In This Topic
    Equals(IExcelTableBorder) Method
    In This Topic
    Determine whether the specified ExcelBorder object is equal to this instance
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As IExcelTableBorder _
    ) As Boolean
    'Usage
     
    Dim instance As ExcelTableBorder
    Dim other As IExcelTableBorder
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       IExcelTableBorder other
    )

    Parameters

    other
    An ExcelBorder instance used to compared with the current instance.

    Return Value

    true if the specified ExcelBorder is equal to this instance; otherwise, false.
    See Also