InequalityExpression Properties
A inequality operator.Name | Description |
---|---|
BracketsCount | Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression. |
LeftExpression | Gets or sets the IExpression object specifying the left operand. Inherited from BinaryOperatorExpression. |
OperatorText | Gets the symbols that designate the operation. |
RightExpression | Gets or sets the IExpression object specifying the right operand. Inherited from BinaryOperatorExpression. |
See Also