<!--
{
  "documentType" : "article",
  "framework" : "SwiftData",
  "identifier" : "/documentation/SwiftData/SectionedResults/Equatable-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Equatable Implementations"
}
-->

# Equatable Implementations

## Topics

### Operators

[`static func == (SectionedResults<Element, SectionTitle>, SectionedResults<Element, SectionTitle>) -> Bool`](/documentation/SwiftData/SectionedResults/==(_:_:))

Two `SectionedResults` are equal if they contain the same [`ResultsSection`](/documentation/SwiftData/ResultsSection)
values, in the same order.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)