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 | boolf32f64stringu32vec2 |
| Other Value | The other of the two values to compare for equality. Default: | boolf32f64stringu32vec2 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |