You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

not()

Usage

not(boolean)

Description
Returns the logical negation of the given boolean argument.

Example

${not(true)}

results in

false

Search results for "not()"

not()

Returns the logical negation of the given boolean argument.

not(boolean)