Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / Equals Method / Equals(ExtendedFormat) Method
The specified ExtendedFormat used to compared with the current item


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

    Parameters

    excelStyle
    The specified ExtendedFormat used to compared with the current item

    Return Value

    true if the specified item has the same settings, otherwise, False
    See Also