Skip to content

Equals

Equals
Result
A
null
B
null

Category Utility
Is Pair Node: No


Compares two values for equality. The comparison is type-sensitive and differs between primitive and complex types. For primitive types (like numbers, strings, booleans), it checks if the values are identical. For complex types (like arrays, objects), it checks if they reference the same instance in memory.


Type: Object
Default: null

First value to compare.

Type: Object
Default: null

Second value to compare.


Type: Boolean
Default: false

True if A and B are equal, false otherwise.



All of our content is carefully written by hand, no AI was involved during the process.