IsContentEqual Method (PdfArray)
In This Topic
Checks whether the content of this object is the same as the content of the object.
Syntax
'Declaration
Public Function IsContentEqual( _
ByVal As PdfArray _
) As System.Boolean
public System.bool IsContentEqual(
PdfArray
)
Parameters
- other
- The object to compare with this object.
Return Value
true if the objects have the same content, false otherwise.
See Also