ComfyUI Node
_.isEqual
Performs an optimized deep comparison between the two objects, to determine if they should be considered equal.
_.isEqual
- py_dict
- other
- BOOLEAN
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| py_dictopt | * | Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| otheropt | * | other: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| BOOLEAN | BOOLEAN | — |