---
title: hasChanges
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsorderedcollectiondifference/haschanges
---

# hasChanges

A Boolean value that indicates if the difference has changes.

## Declaration

```swift
var hasChanges: Bool { get }
```

## See Also

### Accessing Changes

- [insertions](foundation/nsorderedcollectiondifference/insertions.md)
- [removals](foundation/nsorderedcollectiondifference/removals.md)
- [NSOrderedCollectionChange](foundation/nsorderedcollectionchange.md)
- [NSCollectionChangeType](foundation/nscollectionchangetype.md)
