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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:16:29+00:00 2026-05-10T16:16:29+00:00

I have a LinkedList, where Entry has a member called id. I want to

  • 0

I have a LinkedList, where Entry has a member called id. I want to remove the Entry from the list where id matches a search value. What’s the best way to do this? I don’t want to use Remove(), because Entry.Equals will compare other members, and I only want to match on id. I’m hoping to do something kind of like this:

entries.RemoveWhereTrue(e => e.id == searchId); 

edit: Can someone re-open this question for me? It’s NOT a duplicate – the question it’s supposed to be a duplicate of is about the List class. List.RemoveAll won’t work – that’s part of the List class.

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-10T16:16:30+00:00Added an answer on May 10, 2026 at 4:16 pm
    list.Remove(list.First(e => e.id == searchId)); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a vector of Linked list pointers. Each LinkedList has a head pointer
Say I have a linked list called L that stores linked lists so: LinkedList
Here is the subject: I have a LinkedList list , if the list has
I have two LinkedList objects that are always of the same size. I want
I have a LinkedList as /** * The list of data to display. */
If I have an LinkedList of Employee objects... Each employee has a Name, and
I have a Linked List and I want to implement a function: Random_Shuffle_List (struct
I'm trying to create a simple way to have my linkedlist act like a
If I have a variable LinkedList list and repeatedly do the following to extract
I have a thread which has an incoming job queue (a LinkedList containing job

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.