Documents for PDF, .NET Edition Documentation
Inequality Operator (Line)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > Line Structure : Inequality Operator
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

Reference

Line Structure
Line Members