Skip to content

Not

Name Mandatory 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
false | Not | Assert.Is(true Break: true)
true | Not | Assert.Is(false Break: true)