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

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > Line Structure : Equality Operator
Tests whether two specified Line objects are 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