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

String
Vec2
bool
f32
f64
u32
Other Value

The other of the two values to compare for equality.

Default: 0

String
Vec2
bool
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool