Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Altered Since Baseline:
Operator [other Operator type actions]
Query [operators of similar scope]
Query Boolean [other Query Boolean operators]
boolean test
v4.6.0
Baseline
As at baseline
> (i.e. greater than)
The operator used to test if the left side of an action is greater than the right side. This operator is used either in agent queries or in the conditional part of an if(condition){action} code. If $MyNumber is 3:
$MyNumber > 2istrue
$MyNumber > 4isfalse
Further explored in Basic Comparison Codes.
See also—notes linking to here: