Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class / IsContentEqual Method
The object to compare with this object.

In This Topic
    IsContentEqual Method (PdfDict)
    In This Topic
    Checks whether the content of this object is the same as the content of the other object.
    Syntax
    'Declaration
     
    Public Function IsContentEqual( _
       ByVal other As PdfDict _
    ) As System.Boolean
    public System.bool IsContentEqual( 
       PdfDict other
    )

    Parameters

    other
    The object to compare with this object.

    Return Value

    true if the objects have the same content, false otherwise.
    See Also