Compare a value stored in the value store with a number of given options. If .
If is equal to is set to $notEmpty, it will be checked whether the variable exists.
Otherwise, if the ifCondition is set to =, both values will be compared as strings (to allow for booleans and numbers to be compared easily).
If, instead, it's set to either of >, >=, <=, <, a number comparison will be performed (both will be cast into numbers)
truefalse