Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / Equals Method / Equals(IExcelColor) Method
The other IExcelColor instance used to compare


In This Topic
    Equals(IExcelColor) Method
    In This Topic
    Determines whether the current instance is equals to the specific instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As IExcelColor _
    ) As Boolean
    'Usage
     
    Dim instance As ExcelColor
    Dim other As IExcelColor
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       IExcelColor other
    )

    Parameters

    other
    The other IExcelColor instance used to compare
    See Also