Logic equality

From Wikipedia, a free encyclopedia written in simple English for easy reading.

logical equality is a logical operation. It takes two inputs. It returns true, if either both inputs are true, or both inputs are false. Otherwise (when they are different) it returns false.

In other languages