Utils Class
Utils class that provides useful methods
Item Index
Methods
Methods
compare
(
Boolean
-
obj1
-
obj2
Compare two objects without coercion. If objects are arrays, their contents will be compared, including order.
Parameters:
-
obj1
Objectmain object
-
obj2
Objectobject to compare obj1 against
Returns:
Boolean:
True if objects are equal