A logical AND operator.

Inputs:

  • Tru1: The first boolean value to check.
  • Tru2: The second boolean value to check.

Outputs:

  • Boolean: A boolean value.

Notes

  • This script block can be combined with If block to check if both Tru1 and Tru2 values are True. You can also use the logical OR operator to check if either Inputs is True.

Examples