[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfObjectExt.IsContentEqual

IsContentEqual Method

IsContentEqual(IPdfObject, IPdfObject)

Checks whether the content of two GrapeCity.Documents.Pdf.Spec.IPdfObjects is the same. If both objects are null, they are considered to have the same content.

Declaration
public static bool IsContentEqual(IPdfObject v1, IPdfObject v2)
Public Shared Function IsContentEqual(v1 As IPdfObject, v2 As IPdfObject) As Boolean
Parameters
Type Name Description
IPdfObject v1

The first object to compare.

IPdfObject v2

The second object to compare.

Returns
Type Description
bool

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

IsContentEqual(IPdfObject, IPdfObject, bool)

Checks whether the content of two GrapeCity.Documents.Pdf.Spec.IPdfObjects is the same. If both objects are null, they are considered to have the same content.

Declaration
public static bool IsContentEqual(IPdfObject v1, IPdfObject v2, bool resolveReferences)
Public Shared Function IsContentEqual(v1 As IPdfObject, v2 As IPdfObject, resolveReferences As Boolean) As Boolean
Parameters
Type Name Description
IPdfObject v1

The first object to compare.

IPdfObject v2

The second object to compare.

bool resolveReferences

Indicates whether to resolve PDF references and compare actual values.

Returns
Type Description
bool

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