[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.DoXObject.IsSame

IsSame Method

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

Declaration
public override bool IsSame(OperatorBase other)
Parameters
Type Name Description
OperatorBase other

A OperatorBase object.

Returns
Type Description
bool

true if the provided operator is the same as the current operator; otherwise, false.

Overrides