[]
Determines whether the provided operator is the same as the current operator.
public virtual bool IsSame(OperatorBase other)
Public Overridable 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. |
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)
Public Shared Function IsSame(v1 As OperatorBase, v2 As OperatorBase) As Boolean
Type | Name | Description |
---|---|---|
OperatorBase | v1 | |
OperatorBase | v2 |
Type | Description |
---|---|
bool |