Equal Truths: Difference between revisions

From Fancade Wiki
mNo edit summary
(Standartise description among all Equal X pages)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(One intermediate revision by one other user not shown)
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.
Line 14: Line 14:
[[File:Equal Truths example.jpg|frameless|center|Example]]
[[File:Equal Truths example.jpg|frameless|center|Example]]


== Related ==
* [[AND]]
* [[OR]]
* [[NOT]]
* [[Equal Numbers]]
* [[Equal Vectors]]
* [[Equal Objects]]


[[Category:Blocks]]
[[Category:Blocks]]

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