Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Line Structure / Equals Method / Equals(Line) Method

In This Topic
    Equals(Line) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Line _
    ) As System.Boolean
    public System.bool Equals( 
       Line other
    )

    Parameters

    other
    See Also