[]
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)
Public Shared Function IsContentEqual(v1 As IPdfObject, v2 As IPdfObject) As Boolean
| 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)
Public Shared Function IsContentEqual(v1 As IPdfObject, v2 As IPdfObject, resolveReferences As Boolean) As Boolean
| 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 |