IsContentEqual(IPdfObject,IPdfObject) Method
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.
Syntax
'Declaration
Public Overloads Shared Function IsContentEqual( _
ByVal As IPdfObject, _
ByVal As IPdfObject _
) As System.Boolean
public static System.bool IsContentEqual(
IPdfObject ,
IPdfObject
)
Parameters
- v1
- The first object to compare.
- v2
- The second object to compare.
Return Value
true if the objects have the same content, false otherwise.
See Also