# spacenation/swift-equatable

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/spacenation-swift-equatable).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

15 stars · 1 forks · Swift · MIT

## Links

- GitHub: https://github.com/spacenation/swift-equatable
- awesome-repositories: https://awesome-repositories.com/repository/spacenation-swift-equatable.md

## Description

This package automatically generates Equatable conformance for both classes and actors. This means that you do not need to manually implement the == operator for your classes and actors, as this package will handle it for you.

## Tags

### Part of an Awesome List

- [Utility Macros](https://awesome-repositories.com/f/awesome-lists/devtools/utility-macros.md) — Synthesizes Equatable conformance for classes and actors.
