ge(value, compareValue) Returns True if one value is greater than or equal to another. |
Returns True if one value is greater than or equal to another.
Argument | Type | Description |
---|---|---|
value | Any | First value to compare |
compareValue | Any | Value to be compared. |
in.calls >= 200000
Returns True if the number of calls is greater than or equal to 200000.