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 8989387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:14:47+00:00 2026-06-15T22:14:47+00:00

Lets say I have a class Public Class Person Public Name As String Public

  • 0

Lets say I have a class

Public Class Person
Public Name As String
Public Rank As String
End Class

And then I have a dictionary which uses these classes as the Key. I have two Person objects, each with the same string value in Name and Rank, but I find that they are not treated as the same key. Can the dictionary not be used this way?

  • 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-15T22:14:49+00:00Added an answer on June 15, 2026 at 10:14 pm

    The dictionary does not know how to compare your user-made classes by default. It does not simply compare all fields within the class. As noted in the remarks section for Dictionary<TKey,TValue>:

    If type TKey implements the System.IEquatable generic interface, the default equality comparer uses that implementation.

    Your person class must implement the IEquatable<T> interface, consisting of an Equals(Person) method, which will return true if the two instances should be treated as equal. Additionally, as noted in remarks for IEquatable<T>:

    If you implement IEquatable, you should also override the base class implementations of Object.Equals(Object) and GetHashCode so that their behavior is consistent with that of the IEquatable<T>.Equals method.

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

Sidebar

Related Questions

So lets say I have these classes: public class Person { public string Name
Lets say I have class Person { public Person(int age, string name) { Age
Lets say I have an object class Person { public string Name { get;
let's say we have something like this public class Person { public string Name
Lets say i have following class public class abc { int id; string name;
Say I have public class Person { int id; String regDate; String name; String
Let's say I have a class Person: public class Person { public string Name
Let's say we have a collection of Person objects class Person { public string
Lets say I have this amputated Person class: class Person { public int Age
Lets say I have a set of model classes like this: public class Person

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.