Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add equality checks to all "Region" implementations #2982

Open
NonSwag opened this issue Nov 9, 2024 · 0 comments
Open

Add equality checks to all "Region" implementations #2982

NonSwag opened this issue Nov 9, 2024 · 0 comments
Labels
Enhancement New feature or request

Comments

@NonSwag
Copy link

NonSwag commented Nov 9, 2024

What feature do you want to see added?

Proper equals and hashCode methods for comparison of regions

Are there any alternatives?

Doing all checks yourself

Anything else?

Implementations of some collections and maps and basically everything in java that relies on comparison can't really work with regions because they have no equals or hashCode methods

@NonSwag NonSwag added the Enhancement New feature or request label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant