Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / Equality Operator
The first CellPadding object.
The second CellPadding object.


In This Topic
    Equality Operator (CellPadding)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal a As CellPadding, _
       ByVal b As CellPadding _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       CellPadding a,
       CellPadding b
    )

    Parameters

    a
    The first CellPadding object.
    b
    The second CellPadding object.

    Return Value

    The result of the operator.
    See Also