Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / Inequality Operator
The r1.
The r2.


In This Topic
    Inequality Operator (LinearRange)
    In This Topic
    Implements the operator !=.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal r1 As LinearRange, _
       ByVal r2 As LinearRange _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       LinearRange r1,
       LinearRange r2
    )

    Parameters

    r1
    The r1.
    r2
    The r2.

    Return Value

    The result of the operator.
    See Also