Equal to
Classification | Images |
---|---|
Name: Equal to Symbol: X == Y |
Appearance: |
Group: Relational operators CannyLab version: from 0.6b |
Icon: |
Inputs |
Outputs |
Output | Value |
---|---|
Result: | Logical |
General description
Set the output as a result of the input values equality test.
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 |
Examples
Example 1:
Example 2: