objc: also implement `hash` when implementing `isEqual:`
Apple docs mention that one should always override `hash` when implementing equality and overriding `isEqual:`. This is not the smartest hashing but better than nothing.
Showing
Please register or sign in to comment