[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase.IsContentEqual

IsContentEqual Method

IsContentEqual(IPdfObject)

Checks whether the content of this object is same as the content of the other object.

Declaration
public virtual bool IsContentEqual(IPdfObject other)
Public Overridable Function IsContentEqual(other As IPdfObject) As Boolean
Parameters
Type Name Description
IPdfObject other

The object to compare with this object.

Returns
Type Description
bool

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