The inequality operation (!=, XOR) compares two values and returns true if they are not equal, or false if they are.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | One of the two values to compare for inequality. Primary Input | StringVec2boolf32f64u32 |
| Other Value | The other of the two values to compare for inequality. Default: | StringVec2boolf32f64u32 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |