Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6025641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:19:48+00:00 2026-05-23T04:19:48+00:00

I tried to find out how C# goes about comparing objects in a HashSet

  • 0

I tried to find out how C# goes about comparing objects in a HashSet for equality.

I couldn’t find anything here: http://msdn.microsoft.com/en-us/library/bb359438.aspx

Only when I came to stackoverflow, I read that it uses the Equals() and maybe getHashCode()

I was planning to implement both methods anyways, but my question is:

What would you do to find out how HashSet actually compares objects?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:19:49+00:00Added an answer on May 23, 2026 at 4:19 am

    It compares objects for equality using Equals. It determines which bucket to place them in using GetHashCode.

    More generically, HashSet uses the IEqualityComparer<T> passed in to its constructor to do both. If none is specified, it uses EqualityComparer<T>.Default which calls the object’s GetHashCode() and IEquatable<T>.Equals() method (or object.Equals() if the type doesn’t implement IEquatable<T>).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried searching around, but I couldn't find anything that would help me out.
Tried to find answer here but, no luck so, here goes; I would like
Ive tried searching for hours now and cannot find out why my code (aka,
I've tried my best to find out a solution with the many script questions
tried to find the answer by googling and in MSDN but with no luck.
I tried to find out that gd means in boost library name and I
I tried to find out how to move my working copy. I know SVN
I have tried to find out the working solution for implementing simple events booking
I tried to find the difference on Google. BUT I 'm not able to
I tried to find an easy solution for the following. I have a main

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.