-
Notifications
You must be signed in to change notification settings - Fork 1
Function_evisit_core_js_utils_equal
Taylor Everding edited this page Feb 9, 2021
·
2 revisions
- value
- (*) Argument to compare
- values [optional]
- (*) Arguments to compare to
value
- (*) True if objects are equal / false otherwise
Deep compare two or more objects against each other to see if they are equal or not
If an object doesn't have the default Object.prototype.constructor (isn't a plain object) then the object is tested for strict equality and the .toString() between both objects is compared.