Function to validate if the two given objects are deeply equal
{boolean}
areObjectsEqual({x: 1, y: 1}, {x: 1, y: 1});// return true Copy
areObjectsEqual({x: 1, y: 1}, {x: 1, y: 1});// return true
Generated using TypeDoc
Function to validate if the two given objects are deeply equal