Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Range Structure / Inequality Operator

In This Topic
    Inequality Operator (Range)
    In This Topic
    Tests whether two specified Range structs are NOT equivalent.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal v1 As Range, _
       ByVal v2 As Range _
    ) As System.Boolean
    public System.bool operator !=( 
       Range v1,
       Range v2
    )

    Parameters

    v1
    v2
    See Also