Different - !=

Logical nodes

Condition
Value
Different != Bool default node

The "Different !=" node is a logical node where we look for the result of knowing if both conditions are different. If they are the same, false is returned, if they are the same, true is returned.

The different node has multiple variations depending on the type as shown in the table below:

Type
Node

Bool

Different - != - Bool

Color

Different - != - Color

DateTime

Different - != - DateTime

Double

Different - != - Double

Int

Different - != - Int

String

Different - != - 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