Equal Truths: Difference between revisions

From Fancade Wiki
No edit summary
mNo edit summary
Line 8: Line 8:
}}
}}


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


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

Revision as of 12:08, 18 May 2024

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

Outputs True if both truth inputs are equal.

Functions the same as an XNOR gate.

Example
Example