LessOrEqualExpression Constructors
A “Less than or equal” operator.Name | Parameters | Description |
---|---|---|
LessOrEqualExpression(IExpression, IExpression) | leftExpression, rightExpression | Initializes a new instance of the LessOrEqualExpression class with the specified settings. |
See Also