## diffObjects() function

**Signature:**

```typescript
export declare function diffObjects(input: any, output: any, ptr: Pointer, diff?: Diff): Operation[];
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| input | any |  |
| output | any |  |
| ptr | [Pointer](/content/docs/sdk/core.pointer) |  |
| diff | [Diff](/content/docs/sdk/core.diff) | _(Optional)_ |

**Returns:**

[Operation](/content/docs/sdk/core.operation)

- [diffObjects() function](/content/docs/sdk/core.diffobjects#diffobjects-function/index.html)  
- [Parameters](/content/docs/sdk/core.diffobjects#parameters/index.html)
