mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9ead8781d4
Co-authored-by: Alex Martini <amartini@apple.com> Co-authored-by: Graham Lee <glee23@apple.com> Co-authored-by: Chris Adamson <cadamson@apple.com> Co-authored-by: Kirby Turner <kirby_turner@apple.com> Co-authored-by: Paris Pinkney <ppinkney@apple.com> Co-authored-by: Dave Spector <dspector@apple.com> Co-authored-by: Sofia Rodriguez Morales <sofia_rodriguez@apple.com> Co-authored-by: Ethan Kusters <ekusters@apple.com> Co-authored-by: Goli Mohammadi <g_mohammadi@apple.com> Co-authored-by: Adora Vaz <a_vaz@apple.com> Co-authored-by: David Rönnqvist <ronnqvist@apple.com> Co-authored-by: Nate Merseth Cook <natecook@apple.com> Co-authored-by: Susan Conant <susan_c@apple.com>
32 lines
656 B
Markdown
32 lines
656 B
Markdown
# ``Swift/Equatable``
|
|
|
|
## Topics
|
|
|
|
### Equatable Requirements
|
|
|
|
- ``Swift/Equatable/==(_:_:)``
|
|
- ``Swift/Equatable/!=(_:_:)``
|
|
|
|
### Tuple Comparison
|
|
|
|
Compare tuples of between two and six `Equatable` elements for equality or inequality.
|
|
|
|
- ``Swift/==(_:_:)-958in``
|
|
- ``Swift/==(_:_:)-2htbb``
|
|
- ``Swift/==(_:_:)-h88g``
|
|
- ``Swift/==(_:_:)-7lhq7``
|
|
- ``Swift/==(_:_:)-1hbor``
|
|
- ``Swift/==(_:_:)-1ud2a``
|
|
- ``Swift/==(_:_:)-9kf9y``
|
|
- ``Swift/!=(_:_:)-18co7``
|
|
- ``Swift/!=(_:_:)-7er1l``
|
|
- ``Swift/!=(_:_:)-754t2``
|
|
- ``Swift/!=(_:_:)-7ao4l``
|
|
- ``Swift/!=(_:_:)-4fzl6``
|
|
- ``Swift/!=(_:_:)-3nrcc``
|
|
- ``Swift/!=(_:_:)-1mxms``
|
|
|
|
### Pattern Matching
|
|
|
|
- ``Swift/~=(_:_:)``
|