Data / Logic
data/compare
Compare
Compares two values and returns a boolean result.
Note: CONTAINS checks if string A contains string B, or if list A contains element B.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
a |
any | Left operand. | |
b |
any | Right operand. |
Outputs
| Name | Type | Description |
|---|---|---|
result |
boolean | Result of the comparison. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
op |
select | "EQUALS" |
Operator |