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