Compares two dojo/Stateful objects, by diving into the leaves.
Recursively iterates and compares stateful values.
Parameter | Type | Description |
---|---|---|
dst | Anything | The stateful value to compare with. |
src | Anything | The stateful value to compare with. |
options | dojox/mvc/equalsOptions | The object that defines how two stateful values are compared. |
True if dst equals to src, false otherwise.
See the dojox/mvc/equals reference documentation for more information.
Returns if the given two stateful arrays are equal.
Parameter | Type | Description |
---|---|---|
dst | Anything[] | The array to compare with. |
src | Anything[] | The array to compare with. |
Returns if the given two stateful objects are equal.
Parameter | Type | Description |
---|---|---|
dst | Object | The object to compare with. |
src | Object | The object to compare with. |
Returns if the given two values are equal.
Parameter | Type | Description |
---|---|---|
dst | Anything | |
src | Anything |
Returns the type of the given value.
Parameter | Type | Description |
---|---|---|
v | Anything | The value. |