You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overriding the == operator and hashCode method for generated types would make it easier to use types in hashed collections (sets and map keys) and do equality checking in tests.
Overriding the
==operator andhashCodemethod for generated types would make it easier to use types in hashed collections (sets and map keys) and do equality checking in tests.