FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / Equality Operator
The r1.
The r2.


In This Topic
Equality Operator (LinearRange)
In This Topic
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal r1 As LinearRange, _
   ByVal r2 As LinearRange _
) As Boolean
 
'Usage
 

Parameters

r1
The r1.
r2
The r2.

Return Value

The result of the operator.
See Also