Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Equal node

Checks if two values are equal.
Read time 1 minuteLast updated 2 days ago

Use the Equal node to check whether two values are exactly the same. This comparison works for numbers, true/false checks, text, objects, vectors, and rotations. For vectors and rotations, all components must match. For objects, the node checks if it’s the exact same object.

Sockets

Socket

Type

Description

Input 1AnyThe first value to compare.
Input 2Same type as Input 1The second value to compare. Must be the same kind of value as Input 1.
Output
Bool
(output)
True if both values are exactly the same; otherwise false.