!=

Basic data handling: NotEqual

Checks if two values are not equal. This node takes two inputs of any type and returns True if they are not equal, and False otherwise. For complex objects, structural inequality is tested.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
value1*required
value2*required

Outputs (1)

NameType
resultBOOLEAN