[]
Determines whether the provided operator is the same as the current operator.
public virtual 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. |
Determines whether the specified OperatorBase instances are considered same, if both v1 and v2 are null, the method returns true.
public static bool IsSame(OperatorBase v1, OperatorBase v2)
| Type | Name | Description |
|---|---|---|
| OperatorBase | v1 | |
| OperatorBase | v2 |
| Type | Description |
|---|---|
| bool |