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