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

Implement object hash code methods #874

Open
tgiphil opened this issue Sep 9, 2021 · 0 comments · Fixed by #875
Open

Implement object hash code methods #874

tgiphil opened this issue Sep 9, 2021 · 0 comments · Fixed by #875

Comments

@tgiphil
Copy link
Member

tgiphil commented Sep 9, 2021

An object's hash value will be lazily assigned. If value = 0, then generate a hash value (that is not 0).

Two actions:

  1. Implement Object.GetHashCode()
  2. Implement String.GetHashCode()
@tgiphil tgiphil added the Feature label Sep 9, 2021
@tgiphil tgiphil added this to the 2.2 Release milestone Sep 9, 2021
@tgiphil tgiphil self-assigned this Sep 9, 2021
tgiphil added a commit to tgiphil/MOSA-Project that referenced this issue Sep 10, 2021
@tgiphil tgiphil linked a pull request Sep 10, 2021 that will close this issue
tgiphil added a commit that referenced this issue Sep 10, 2021
@tgiphil tgiphil reopened this Sep 10, 2021
@tgiphil tgiphil modified the milestones: 2.2 Release, 2.3 Release Jan 12, 2023
@tgiphil tgiphil modified the milestones: 2.3 Release, 2.4 Release Apr 8, 2023
@tgiphil tgiphil modified the milestones: 2.5 Release, 2.6 Release Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant