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

# Equatable Implementations

## Topics

### Operators

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

Two sections are equal if they have the same [`title`](/documentation/SwiftData/ResultsSection/title) and contain the same
elements, 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)