is-larger-than
Summary​
Determines if a number is larger than another number
Description​
The number which is expected to be larger. The variable A in the expression: A > B
.
The number which is expected to be smaller. The variable B in the expression: A > B
.