[]
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
Public Overrides Function IsSame(other As OperatorBase) As Boolean
Type | Name | Description |
---|---|---|
OperatorBase | other | A OperatorBase object. |
Type | Description |
---|---|
bool | true if the provided operator is the same as the current operator; otherwise, false. |