XNOR

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

Input

Field Definition Type Required
input 1 First true/false value. Boolean TRUE
input 2 Second true/false value. Boolean TRUE

Output

Field Definition Type
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

Boolean

Related topics

Functions in Workflows

Workflow elements