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

String
Vec2
bool
f32
f64
u32
Other Value

The other of the two values to compare for inequality.

Default: 0

String
Vec2
bool
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool