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

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

    Parameters

    v1
    v2
    See Also