Parameters
- a
- The Variant to be to the left of the 'greater' operator.
- b
- The Variant to be to the right of the 'greater' operator.
Return Value
True
if the 'a' is greater than 'b', False
otherwise.True
if the 'a' is greater than 'b', False
otherwise.