not-equals
Action
not equals
Can also use:
is-not
Syntax
$boolean = not-equals 10
check for equal to a number
$boolean = not-equals "value"
$boolean = not-equals $bar
$boolean = not-equals true