[]
Checks whether the content of this object is same as the
content of the other object.
public virtual bool IsContentEqual(IPdfObject other)
Public Overridable Function IsContentEqual(other As IPdfObject) As Boolean
| Type | Name | Description |
|---|---|---|
| IPdfObject | other | The object to compare with this object. |
| Type | Description |
|---|---|
| bool | true if the two objects have the same content, false otherwise. |