[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RangeReference.Equals

Equals Method

Equals(RangeReference)

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

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

An object to compare with this object.

Returns
Type Description
bool

true if the current RangeReference is equal to the other RangeReference; 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