Keyword: XNOR
Xnor the logical "both or neither" (equality) operator which can be used in an expression.
The expression "A xnor B" returns True only when (1) A is true and B is true, or (2) A is false and B is false.
LRM
7.2
See also
Objects, Data Types and Operators