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

IsNot(boolean)
  • No labels