Home > @infiniteobjects/core-library > Obj > equals
Deeply Checks if the given objects are the same
Signature:
static equals(object1: any, object2: any, depth?: number): boolean;
| Parameter | Type | Description |
|---|---|---|
| object1 | any | |
| object2 | any | |
| depth | number | (Optional) |
Returns:
boolean