ComfyUI Node
==
Checks if two values are equal. This node takes two inputs of any type and returns True if they are equal, and False otherwise. For complex objects, structural equality is tested.
==
- value1
- value2
- result
CategoryBasic/comparison
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| value1 | * | — | |
| value2 | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | BOOLEAN | — |