We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecdbb8b + f39577a commit 3c0fcc9Copy full SHA for 3c0fcc9
Documentation/API.md
@@ -153,7 +153,7 @@ want to override the default generated behavior for any reason:
153
// so that you can easily override the implementation.
154
// You may override this method, but you should never call it directly.
155
// The default generated implementation compares every field for equality.
156
- public var isEqual(other: Example) -> Bool
+ public func isEqualTo(message: Example) -> Bool
157
```
158
159
## Enum API
0 commit comments