BinaryOperator Fields
A logical expression which consists of a BinaryOperatorType operation between two operands.| Name | Description |
|---|---|
| LeftOperand | The left operand. |
| OperatorType | Gets the type of the binary operator. |
| RightOperand | The right operand. |
See Also