- Preparing search index...
- The search index is not available
@techytools/fn
Function objects_are_equal
-
objects_are_equal(object1: Record<any, any>, object2: Record<any, any>): boolean
-
Parameters
-
object1: Record<any, any>
-
object2: Record<any, any>
Returns boolean
Check objects deeply equal - have same content? NOTE: If property is a function, then it is checked by reference.
Returns