Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / Equality Operator
The fisrt CellReference value to compare.
The second CellReference value to compare.


In This Topic
Equality Operator (CellReference)
In This Topic
Returns whether two CellReference are equals.
Syntax
'Declaration
 
Public Operator =( _
   ByVal cell1 As CellReference, _
   ByVal cell2 As CellReference _
) As Boolean
 
'Usage
 

Parameters

cell1
The fisrt CellReference value to compare.
cell2
The second CellReference value to compare.

Return Value

true if two values are equals; otherwise, false.
See Also