Categories: Logic
XNOR is a logical operator in Boolean algebra. It gives the result "True" if both inputs are identical, and "False" if they are different.
"A XNOR B" is equivalent to: "(A AND B) OR (!A AND !B)"