IsTrue

Determines whether an expression is true and returns a boolean.

  • If boolean is null then returns false;
  • If boolean is true, then returns true;
  • If boolean is false, then returns false.