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

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

    Parameters

    other
    The object to compare with this object.

    Return Value

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