[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaDependentInfos.Cell.Equals

Equals Method

Equals(object)

Indicates whether the current object is equal to another object of the same type.

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

An object to compare with this object.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Overrides

Equals(Cell)

Indicates whether the current FormulaDependentInfos.Cell object is equal to another FormulaDependentInfos.Cell object.

Declaration
public bool Equals(FormulaDependentInfos.Cell other)
Public Function Equals(other As FormulaDependentInfos.Cell) As Boolean
Parameters
Type Name Description
FormulaDependentInfos.Cell other

An object to compare with this object.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Implements