[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellReference.op_Equality

operator == Operator

operator ==(CellReference, CellReference)

Returns whether two CellReference are equals.

Declaration
public static bool operator ==(CellReference cell1, CellReference cell2)
Public Shared Operator =(cell1 As CellReference, cell2 As CellReference) As Boolean
Parameters
Type Name Description
CellReference cell1

The fisrt CellReference value to compare.

CellReference cell2

The second CellReference value to compare.

Returns
Type Description
bool

true if two values are equals; otherwise, false.