[]
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
| 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. |