Equatable comparison issue #733
-
|
Description Steps To Reproduce
Expected Behavior Screenshots Additional Context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Freezed already overrides ==. So if == returns false, it's likely that your objects are different. Try checking all the properties of your class individually, to see which one is different. |
Beta Was this translation helpful? Give feedback.
Freezed already overrides ==. So if == returns false, it's likely that your objects are different.
Try checking all the properties of your class individually, to see which one is different.