[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellReference.Equals

Equals Method

Equals(CellReference)

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

Declaration
public bool Equals(CellReference other)
Public Function Equals(other As CellReference) As Boolean
Parameters
Type Name Description
CellReference other

An object to compare with this object.

Returns
Type Description
bool

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

Implements

Equals(object)

Determines whether the specified object is equal to this instance.

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 with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides