Equal Truths: Difference between revisions

From Fancade Wiki
 
No edit summary
Line 1: Line 1:
[[width=336px,alt=Equal Truths|/uploads/Equal Truths.png]]
{{Block
|image=Equal Truths.png
|type=s
|folder=math
|input1={{Port|t|Tru1}}
|input2={{Port|t|Tru2}}
|output1={{Port|t|<nowiki>Tru1 = Tru2</nowiki>}}
}}


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


[[File:Screenshot_2022-02-16-17-29-08-14_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
Functions the same as an XNOR gate.
 
[[File:Equal Truths example.jpg|frameless|center|Example]]




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

Revision as of 12:07, 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