Logical NOT
|
Signature |
|---|
|
Logic_Not(condition) |
|
Description |
|---|
|
Does a logical inversion of a condition. |
|
Result |
|---|
|
True if condition is false, otherwise false. |
|
Arguments |
|
|---|---|
|
condition |
An expression which is treated as a boolean. |