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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:16:52+00:00 2026-06-01T00:16:52+00:00

I am wondering why when I try to not add my object in the

  • 0

I am wondering why when I try to not add my object in the list when it’s duplicate it’s still adding it

if (thePreviousList.Contains(thePreviousItem))
{
}
else
{
    thePreviousList.Add(thePreviousItem);
}

For example thepreviousitem id = 1 and name = test
And if i have another object with the same id and same name it will still add it…

  • 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-01T00:16:54+00:00Added an answer on June 1, 2026 at 12:16 am

    If you don’t want to override Equals, you can use LINQ to check if an object with the same ID and name (which is not necessarily the same object) already exists:

    if (thePreviousList.Any(item => item.ID == thePreviousItem.ID
                                 && item.Name == thePreviousItem.Name)) 
    { 
    } 
    else 
    { 
        thePreviousList.Add(thePreviousItem); 
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just wondering what others do in this respect: Do you try to keep
I was just wondering which would be cheaper, using a try catch block for
I'll try to start with the real life example in my case: I have
This question is kind of anecdotical but still interesting to me; I was wondering
I am not sure if I am understanding the google documentation, I am wondering
I was just wondering, what is the best way to add several items to
I was wondering if it is possible to add code (checks of the validity
I am trying to add an object to an arraylist but when I view
I try to update certain parts of a file without everything else being deleted
Wondering why it doesn't load on one click, but on two.................................................................? <input id=btnPaymentAdd type=button

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.