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

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

    Parameters

    other
    The object to compare with the current object.

    Return Value

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