Not Equals

The inequality operation (!=, XOR) compares two values and returns true if they are not equal, or false if they are.

Interface

Inputs

ParameterDetailsPossible Types
Value

One of the two values to compare for inequality.

Primary Input

bool
f32
f64
string
u32
vec2
Other Value

The other of the two values to compare for inequality.

Default: 0

bool
f32
f64
string
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool