@technobuddha > library > Object
Comparison
| Name | Type | Description |
|---|---|---|
| compare | Function | Compare two objects |
| deepEquals | Function | Compare two object for equality. |
| sameValue | Function | Determines whether two values are the same value, following the SameValue algorithm as defined in ECMAScript. |
| shallowEquals | Function | Compare two object for equality. Testing goes one level deep. |