Performs a deep equality check between two values of the same type. Handles primitives, objects, arrays, vec2, vec3, vec4, and other complex types.
The first value to compare.
The second value to compare.
true if the values are deeply equal, false otherwise.
true
false
Performs a deep equality check between two values of the same type. Handles primitives, objects, arrays, vec2, vec3, vec4, and other complex types.