Function: gt()
Returns True if one value is greater than another.
Syntax
- gt(value, compareValue)
- value > compareValue
Examples
in.calls > 200000
Returns True if the number of calls is greater than 200000.
Returns True if one value is greater than another.
in.calls > 200000
Returns True if the number of calls is greater than 200000.