[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/853a36307b5d644ada14dcb1216c2c22c2ae7b73/src/utils/Utils.ts#L67) Compares given objects. May not work correctly for objects with methods. ## Parameters ### obj1 `any` ### obj2 `any` ## Returns `boolean`