not
Last updated
'not' operator is a Boolean operator that returns true when the operand is false, and returns false when the operand is true. Essentially, the operator reverses the logical value associated with the expression on which it operates.
value1
The input to be checked against.
Boolean
-
-
Yes
Returns true if operator is false, returns false otherwise.
Boolean
N/A
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Last updated