[youtubei.js](../../../../README.md) / [Utils](../README.md) / deepCompare # Function: deepCompare() > **deepCompare**(`obj1`, `obj2`): `boolean` Defined in: [src/utils/Utils.ts:67](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L67) Compares given objects. May not work correctly for objects with methods. ## Parameters ### obj1 `any` ### obj2 `any` ## Returns `boolean`