Loading simulator…
An XNOR gate serves as a logical equivalence detector. The output Y evaluates to 1 if both inputs A and B share the exact same logical state. If the inputs are mismatched, the output is 0.
Boolean Equation:
Y = ~(A ⊕ B)