Skip to content

Implement equals() and hashCode() for data models #494

Open
@derekyyyan

Description

@derekyyyan

Hi,

I've noticed that the data models don't have equals() and hashCode() implemented, which has caused issues with my own unit tests. I was able to get around the issue by extending these classes and implementing my own equals() and hashCode(), but such a solution wasn't ideal.

I believe having equals() and hashCode() implemented for these data models will make development more intuitive and convenient for people using this library.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions