equals
function
(is)
The equals
action tests for equality. It belongs to the logicfn category within the system area.
Action Syntax
equals 123
A numeric value
equals "text"
A quoted text string
equals $variable
A variable name starting with $
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 = equals
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = equals 10
Action code: 1108918600
Version: 0.6.4-0
Last updated: 2025-06-13