Compare Less Equal
class CompareLessEqual(val lhs: Expression, val rhs: Expression) : Expression
Content copied to clipboard
Determines whether the left-hand operand is less than or equal to the right-hand operand.
Determines whether the left-hand operand is less than or equal to the right-hand operand.