not-equals
function
(is-not)
The not-equals
action not equals. It belongs to the logicfn category within the system area.
Action Syntax
not-equals 123
A numeric value
not-equals "text"
A quoted text string
not-equals $variable
A variable name starting with $
not-equals true|false
A boolean value (true or false)
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = not-equals
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = not-equals 10
Action code: 2386657480
Version: 0.6.4
Last updated: 2025-06-13