C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / Inequality Operator


In This Topic
Inequality Operator (GridCellRange)
In This Topic
Inequality operator for GridCellRange objects.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal r1 As GridCellRange, _
   ByVal r2 As GridCellRange _
) As Boolean
 
'Usage
 

Parameters

r1
r2
See Also