[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetMiterLimit.IsSame

IsSame Method

IsSame(OperatorBase)

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

Declaration
public override bool IsSame(OperatorBase other)
Public Overrides Function IsSame(other As OperatorBase) As Boolean
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