Spread Windows Forms 12.0 Product Documentation
Inequality Operator (CellReference)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellReference Structure : Inequality Operator
The fisrt CellReference value to compare.
The second CellReference value to compare.
Returns whether two CellReference are not equals.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal cell1 As CellReference, _
   ByVal cell2 As CellReference _
) As Boolean
'Usage
 
public bool operator !=( 
   CellReference cell1,
   CellReference cell2
)

Parameters

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

Return Value

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

Reference

CellReference Structure
CellReference Members