Equal Truths: Difference between revisions

From Fancade Wiki
 
(Standartise description among all Equal X pages)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(3 intermediate revisions by 2 users not shown)
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 and False otherwise.


[[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]]
== 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