RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Inequality Operator

In This Topic
    Inequality Operator (C1TextRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal range1 As C1TextRange, _
       ByVal range2 As C1TextRange _
    ) As Boolean
    public bool operator !=( 
       C1TextRange range1,
       C1TextRange range2
    )

    Parameters

    range1
    range2
    See Also