Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / Equals Method / Equals(PdfNumber) Method
An object to compare with this object.

In This Topic
    Equals(PdfNumber) Method
    In This Topic
    Indicates whether the current PdfNumber is equal to another PdfNumber.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfNumber _
    ) As System.Boolean
    public System.bool Equals( 
       PdfNumber other
    )

    Parameters

    other
    An object to compare with this object.

    Return Value

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