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