static Utils

Contains various utility functions.

Methods

deepEqual(Object obj1, Object obj2) => Boolean

Deep equals the two objects.

obj1

Object

The first object to compare.

obj2

Object

The second object to compare.

Object obj1

The first object to compare.

Object obj2

The second object to compare.

return Boolean

True iff the two objects are deeply equal.