[]
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.
public static bool IsContentEqual(IPdfObject v1, IPdfObject v2)
| Type | Name | Description |
|---|---|---|
| IPdfObject | v1 | The first object to compare. |
| IPdfObject | v2 | The second object to compare. |
| Type | Description |
|---|---|
| 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.
public static bool IsContentEqual(IPdfObject v1, IPdfObject v2, bool resolveReferences)
| 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. |
| Type | Description |
|---|---|
| bool |