Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure / Equals Method / Equals(PdfOperatorPosition) Method
The PdfOperatorPosition to compare with the current object.

In This Topic
    Equals(PdfOperatorPosition) Method
    In This Topic
    Determines whether two PdfOperatorPosition instances are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfOperatorPosition _
    ) As System.Boolean
    public System.bool Equals( 
       PdfOperatorPosition other
    )

    Parameters

    other
    The PdfOperatorPosition to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    See Also