Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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
     
    
    public bool operator ==( 
       LinearRange r1,
       LinearRange r2
    )

    Parameters

    r1
    The r1.
    r2
    The r2.

    Return Value

    The result of the operator.
    See Also