BinaryOperator Fields
The operator that manipulates with two operands to calculate a result.| Name | Description |
|---|---|
| LeftOperand | The left operand. |
| OperatorType | The type of an operator the instance uses to calculate boolean result. |
| RightOperand | The right operand. |
See Also