Equal - ==
Logical nodes
Last updated
Logical nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
The "Equal ==" node is a logical node where we look for the result of knowing if both conditions are equal. If they are equal, true is returned, if they are equal, false is returned.
The equal node has multiple variations depending on the type as shown in the table below:
Bool
Equal - != - Bool
Color
Equal - != - Color
DateTime
Equal - != - DateTime
Double
Equal - != - Double
Int
Equal - != - Int
String
Equal - != - String
item1
Depends on the node
Condition 1
item2
Depends on the node
Condition 2
result
Bool
Result from applying the == operator to "item1" and "item2" inputs