ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyle Class / Equals Method
Style to compare with this style.

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

    Parameters

    o
    Style to compare with this style.

    Return Value

    True if the two styles are equal, false otherwise.
    See Also