[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellPadding.Equals

Equals Method

Equals(CellPadding)

Determines whether the value of the specified object is equivalent to the current CellPadding object.

Declaration
public bool Equals(CellPadding padding)
Public Function Equals(padding As CellPadding) As Boolean
Parameters
Type Name Description
CellPadding padding

The object to compare to the current CellPadding object.

Returns
Type Description
bool

true if the CellPadding objects are equivalent; otherwise, false.

Implements

Equals(object)

Determines whether the value of the specified object is equivalent to the current CellPadding object.

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

The object to compare to the current CellPadding object.

Returns
Type Description
bool

true if the CellPadding objects are equivalent; otherwise, false.

Overrides