[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellStyle.Equals

Equals Method

Equals(object)

Determines whether two CellStyle objects are equal.

Declaration
public override bool Equals(object o)
Public Overrides Function Equals(o As Object) As Boolean
Parameters
Type Name Description
object o

Style to compare with this style.

Returns
Type Description
bool

True if the two styles are equal, false otherwise.

Overrides