Documentation
Equal
The "Equal" module offers the opportunity to compare different values for equality or inequality.

data points input
| Name | Description |
|---|---|
| Value 1 | Data point for comparison value 1 |
| Value 2 | Data point for comparison value 2 |
data point output
| Name | Description |
|---|---|
| Equals | Returns TRUE if the value at input value 1 is equal to the value at input value 2. |
| Not equal | Returns TRUE if the value at input value 1 is not equal to the value at input value 2 |