[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.OperatorBase.IsSame

IsSame Method

IsSame(OperatorBase)

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

Declaration
public virtual bool IsSame(OperatorBase other)
Public Overridable 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.

IsSame(OperatorBase, OperatorBase)

Determines whether the specified OperatorBase instances are considered same, if both v1 and v2 are null, the method returns true.

Declaration
public static bool IsSame(OperatorBase v1, OperatorBase v2)
Public Shared Function IsSame(v1 As OperatorBase, v2 As OperatorBase) As Boolean
Parameters
Type Name Description
OperatorBase v1
OperatorBase v2
Returns
Type Description
bool