A True/False operator that returns true if both inputs are true or both inputs are false; otherwise returns false. It is the opposite of the Exclusive Or (or XOR) operation.

Input Fields

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

Output Fields

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