'Declaration Public Overridable Function IsContentEqual( _ ByVal other As IPdfObject _ ) As System.Boolean
public virtual System.bool IsContentEqual( IPdfObject other )
Parameters
- other
- The object to compare with this object.
Return Value
true if the two objects have the same content, false otherwise.