Not Operator

Description:

The negation of the boolean value:
not true = false
not false = true
Returns:
Boolean
Parameter:
Parameter
Data Type
Description
1
Boolean
The boolean value.

Related content