Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRange Class / Equality Operator
The obj1.
The obj2.


In This Topic
Equality Operator (SheetCellRange)
In This Topic
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal obj1 As SheetCellRange, _
   ByVal obj2 As SheetCellRange _
) As Boolean
 
'Usage
 

Parameters

obj1
The obj1.
obj2
The obj2.

Return Value

The result of the operator.
See Also