Equals

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

Interface

Inputs

ParameterDetailsPossible Types
Value

One of the two values to compare for equality.

Primary Input

bool
f32
f64
string
u32
vec2
Other Value

The other of the two values to compare for equality.

Default: 0

bool
f32
f64
string
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool