Spread Windows Forms 11.0 Product Documentation
Equality Operator (CellReference)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellReference Structure : Equality Operator
Syntax
'Declaration
 
Public Operator =( _
   ByVal cell1 As CellReference, _
   ByVal cell2 As CellReference _
) As Boolean
'Usage
 
public bool operator ==( 
   CellReference cell1,
   CellReference cell2
)

Parameters

cell1
cell2
See Also

Reference

CellReference Structure
CellReference Members