Equal Integer
Purpose of the Node
The Equal Integer node compares two integer values and outputs a boolean result indicating whether they are equal.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
integer1 | Input Integer 1 | Input Integer | i64 |
integer2 | Input Integer 2 | Input Integer | i64 |
equal | Equal Result | Boolean | bool |