Equal Truths: Difference between revisions

From Fancade Wiki
m (Add section)
(Standartise description among all Equal X pages)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 8: Line 8:
}}
}}


Outputs <code>True</code> if both [[Truth (True & False)|truth]] inputs are equal.
Outputs True if both [[Truth (True & False)|truth]] inputs are equal and False otherwise.


Functions the same as an XNOR gate.
Functions the same as an XNOR gate.

Latest revision as of 00:38, 23 August 2025

Equal Truths
Equal Truths.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Tru1
Tru2
Outputs Tru1 = Tru2

Outputs True if both truth inputs are equal and False otherwise.

Functions the same as an XNOR gate.

Example
Example

Related