Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / Equals Method
XLStyle object to compare to the current instance.

In This Topic
    Equals Method (XLStyle)
    In This Topic
    Determines whether two XLStyle objects are equivalent.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    XLStyle object to compare to the current instance.

    Return Value

    True if the styles are equivalent, False otherwise.
    See Also