Equal - ==

Logical nodes

Condition
Value
Equal == default node

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:

Type
Node

Bool

Equal - != - Bool

Color

Equal - != - Color

DateTime

Equal - != - DateTime

Double

Equal - != - Double

Int

Equal - != - Int

String

Equal - != - String

Inputs

Input Name
Canvas Required
Type
Description

item1

Depends on the node

Condition 1

item2

Depends on the node

Condition 2

Outputs

Output Name
Canvas Required
Type
Description

result

Bool

Result from applying the == operator to "item1" and "item2" inputs

Last updated