---
title: omitInsertedObjects
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsorderedcollectiondifferencecalculationoptions/omitinsertedobjects
---

# omitInsertedObjects

An option that indicates that the difference should omit references to the insertions.

## Declaration

```swift
static var omitInsertedObjects: NSOrderedCollectionDifferenceCalculationOptions { get }
```

## See Also

### Difference Calculation Options

- [inferMoves](foundation/nsorderedcollectiondifferencecalculationoptions/infermoves.md)
- [omitRemovedObjects](foundation/nsorderedcollectiondifferencecalculationoptions/omitremovedobjects.md)
