[]
        
(Showing Draft Content)

C1.Excel.XLStyle.Equals

Equals Method

Equals(object)

Determines whether two XLStyle objects are equivalent.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

XLStyle object to compare to the current instance.

Returns
Type Description
bool

True if the styles are equivalent, False otherwise.

Overrides