> For the complete documentation index, see [llms.txt](https://waoo-app-builder.gitbook.io/waoo-app-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waoo-app-builder.gitbook.io/waoo-app-builder/nodes/logical-nodes/different.md).

# Different - !=

Logical nodes

| Condition            | Value                                                                              |
| -------------------- | ---------------------------------------------------------------------------------- |
| Released in version: | 1.0.0                                                                              |
| Flutter/Dart link:   | <https://dart.dev/guides/language/language-tour#equality-and-relational-operators> |

![Different != Bool default node](https://3643579705-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzuDhZpUY3uOO3NssfE1O%2Fuploads%2F5hSw01INRH1dUciFjcbq%2FDifferent.png?alt=media\&token=c5246c0c-933d-4135-acca-af2206fe3bb8)

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.&#x20;

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

<table><thead><tr><th>Input Name</th><th width="150" data-type="checkbox">Canvas Required</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>item1</td><td>true</td><td>Depends on the node</td><td>Condition 1</td></tr><tr><td>item2</td><td>true</td><td>Depends on the node</td><td>Condition 2</td></tr></tbody></table>

#### Outputs

<table><thead><tr><th width="213.57142857142856">Output Name</th><th width="150" data-type="checkbox">Canvas Required</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>true</td><td>Bool</td><td>Result from applying the != operator to "item1" and "item2" inputs</td></tr></tbody></table>
