Outputs True if the two inputs are both True or both False.

Inputs:

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

Outputs:

  • Boolean: A boolean value.

Notes

Examples