Type: nodetool.boolean.Compare
Namespace: nodetool.boolean
Description
Compares two values using a specified comparison operator. compare, condition, logic
Use cases:
- Implement decision points in workflows
- Filter data based on specific criteria
- Create dynamic thresholds or limits
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| a | any |
First value to compare | - |
| b | any |
Second value to compare | - |
| comparison | Enum['==', '!=', '>', '<', '>=', '<='] |
Comparison operator to use | == |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the nodetool.boolean namespace.