# Compare

![](https://692276616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN06Vv6nlwviUQ4hI2Kkd%2Fuploads%2Fgit-blob-6e7d9913799ebd1e8a01bf89818c668a9718df34%2Fcompare.png?alt=media)

## Description

Compares two numberic input values, returning true of false for each result

## Node Type

Nodes fall into two basic categories: Data and Execution. This node supplies Data for an Execution node.

## Inputs

| Input     | Type   | Required | Description                             |
| --------- | ------ | -------- | --------------------------------------- |
| Operand A | Number | Yes      | Operand to compare against other input. |
| Operand B | Number | Yes      | Operand to compare against other input. |

## Outputs

| Output | Type    | Description                                                |
| ------ | ------- | ---------------------------------------------------------- |
| A == B | Boolean | Outputs TRUE if the numbers from both inputs are the same. |
| A > B  | Boolean | Outputs TRUE if Operand A is greater than Operand B.       |
| A < B  | Boolean | Outputs TRUE if Operand A is less than Operand B.          |

\
\
**Contributors**

AddiCt3d 2CHa0s
