This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Equal to
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
X == Y | |
Group | |
Relational operators | |
Inputs | |
ValueX: | Integer |
ValueY: | Integer |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
In other words, the output is:
- "1" if and only if values of the inputs are equal,
- "0" if and only if values of the inputs are not equal.
Thus, Truth table operation is as followed:
The ratio of X & Y values | Operation result |
X = Y | 1 |
X ≠ Y | 0 |