The Exclusive Or true/false operator (also known as XOR) returns true if one, and only one, input is true; otherwise returns false.

Input Fields

  • input 1: the first true/false value
  • input 2: the second true/false value

Output Fields

  • only one true?: a true/false value
    • true: if one input field is true and the other is false
    • false: if both inputs are true or both inputs are false