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¶ Code 1 2false | Not | Assert.Is(true Break: true) true | Not | Assert.Is(false Break: true)