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

Struct equality implemented properly. #163

Merged
merged 5 commits into from
Jan 4, 2024
Merged

Struct equality implemented properly. #163

merged 5 commits into from
Jan 4, 2024

Conversation

KaliCZ
Copy link
Contributor

@KaliCZ KaliCZ commented Jan 3, 2024

All the structs have proper equality overrides and implement IEquatable.
This can save a lot of resources if they're ever used in a hashset, dictionary etc.

@KaliCZ KaliCZ enabled auto-merge January 3, 2024 18:03
@KaliCZ KaliCZ disabled auto-merge January 3, 2024 20:16
@KaliCZ KaliCZ enabled auto-merge January 4, 2024 08:43
@KaliCZ KaliCZ merged commit b7fa1ba into master Jan 4, 2024
3 checks passed
@KaliCZ KaliCZ deleted the struct-equality branch January 4, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants