'Declaration Public Operator <>( _ ByVal left As CalcOperator, _ ByVal right As CalcOperator _ ) As System.Boolean
'Usage
public System.bool operator !=( CalcOperator left, CalcOperator right )
Parameters
- left
- The operator on the left side of the inequality operator.
- right
- The operator on the right side of the inequality operator.
Return Value
true if two operator are different; otherwise, false.