Parameters
- a
- The Variant to be to the left of the comparison operator.
- b
- The Variant to be to the right of the comparison operator.
Return Value
True
if the 'a' is less or equal to 'b', False
otherwise.True
if the 'a' is less or equal to 'b', False
otherwise.