Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Function: IsNot

IsNot is a conditional function that can be used to invert a boolean value (if passed a true value, it will return false and vice-versa).

Syntax

Code Block
languagenone
IsNot(boolean)