Module: ObjectUtils

Provides utility functions for objects

Source:

Methods


areSimpleEquivalent(obj1, obj2)

Returns true if objects resolve to the same string. Only really useful when the user controls the object generation

Parameters:
Name Type Description
obj1 object
obj2 object
Source:
Returns:
Type
boolean