IsContentEqual Method (IPdfObjectExt)
In This Topic
Checks whether the content of two IPdfObjects is the same. If both objects are a null reference (Nothing in Visual Basic), they are considered to have the same content.
Overload List
Overload | Description |
IsContentEqual(IPdfObject,IPdfObject) | Checks whether the content of two IPdfObjects is the same. If both objects are a null reference (Nothing in Visual Basic), they are considered to have the same content. |
IsContentEqual(IPdfObject,IPdfObject,Boolean) | Checks whether the content of two IPdfObjects is the same. If both objects are a null reference (Nothing in Visual Basic), they are considered to have the same content. |
See Also