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

In This Topic
    Equality Operator (Line)
    In This Topic
    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