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

  • SEARCH
  • Home
  • 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 8832337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:30:22+00:00 2026-06-14T08:30:22+00:00

I need to use a class that I have written as the type of

  • 0

I need to use a class that I have written as the type of the key for a Dictionary

I read the documentation on MSDN about the default constructor of Dictionary

Dictionary<TKey, TValue> requires an equality implementation to
determine whether keys are equal. This constructor uses the default
generic equality comparer, EqualityComparer<T>.Default. If type
TKey implements the System.IEquatable<T> generic interface, the
default equality comparer uses that implementation. Alternatively, you
can specify an implementation of the IEqualityComparer<T> generic
interface by using a constructor that accepts a comparer parameter.

This makes think that the only thing I have to do is to have my class for the key implement System.IEquatable<T>

However i’m very surprised that System.IEquatable<T> doesn’t have a HashCode() method.

So will the Dictionary created this way use a hash code? If yes where does it come from ? Otherwise, will my Dictionary have constant cost access operations (I don’t think it’s achievable without a hash code)

  • 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-06-14T08:30:23+00:00Added an answer on June 14, 2026 at 8:30 am

    It still uses the overridden object.GetHashCode() method to obtain the hash code. The reason that there is a separate IEquatable<T> interface (i.e. why the default EqualityComparer<T> doesn’t always just call the overridden object.Equals() method to compare two objects) is for performance reasons – object.Equals() takes an object argument and therefore the implementation has to cast it to the target type before it can perform a meaningful comparison (value types also have to be boxed and unboxed); whereas the argument to IEquatable<T>.Equals() is already of type T. This performance consideration doesn’t apply to the GetHashCode() method since it takes no argument, hence there is no reason for it to exist on the IEquatable<T> interface.

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

Sidebar

Related Questions

I have a dll that was written in c++, I need to use this
Why I can't use a class that inherits a Shapes class ? I need
I have this code below. I need to use a class id instead of
I need to use the Scanner class to read a file and count how
I have to use class Matrix4x4 from some 3rd party library, and I need
I have a class which is going to need to use the strategy design
I have assembly A that depends (statically) on type T (reference type, a class)
I have a class that I need to binary serialize. The class contains one
I have a class that needs to use the graphics methods of the Sprite
I need to use a class callback method on an array inside another method

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.