boolean_not

Description:

Returns the string false if the parameter is equal to true (not
case sensitive), otherwise returns the string true.

Syntax:

One parameter: Boolean value to be negated

Example:

<operation name="boolean_not">
..<constant>this is not true</constant>
</operation>

Return value:

true
If no value can be determined for the parameter, nothing is returned.