Skip to content

Not

Name - Description Default Type
<input> The value to be negated. Bool
<output> The negation of the input. Bool

Computes the logical negation of the input.

Examples

1
2
3
4
5
false (Not)
(Assert.Is true :Break true)

true (Not)
(Assert.Is false :Break true)