Was this helpful?
= =
as in "variable == expression".
The is equal to ( == ) comparison operator is used in comparison expressions. This example returns true if the expression evaluates to the same value assigned to the variable, false otherwise. The comparison is numeric unless both sides evaluate as strings. For more information, see Comparison Expressions.
Example
if ( ctr > limit ) catchup on; # Counter over limit means time to execute the CATCHUP
# pattern-action block
Last modified date: 02/09/2024