Outputs True if the two inputs are both True or both False.
You can also choose if it is the same as a variable or a condition.
Inputs:
- Tru1: The first boolean value to check.
- Tru2: The second boolean value to check.
Outputs:
- Boolean: A boolean value.
Notes
…
Examples