How to check if an item exists in a C# list collection? (2024)

Set a list −

List < string > list1 = new List < string > () { "Lawrence", "Adams", "Pitt", "Tom"};

Now use the Contains method to check if an item exits in a list or not.

if (list1.Contains("Adams") == true) { Console.WriteLine("Item exists!");}

The following is the code to check if an item exists in a C# list or not.

Example

using System;using System.Collections.Generic;public class Program { public static void Main() { List < string > list1 = new List < string > () { "Lawrence", "Adams", "Pitt", "Tom" }; Console.Write("List...
"); foreach(string list in list1) { Console.WriteLine(list); } Console.Write("Finding an item in the list...
"); if (list1.Contains("Adams") == true) { Console.WriteLine("Item exists!"); } else { Console.WriteLine("Item does not exist!"); } }}
Kickstart Your Career

Get certified by completing the course

Get Started

How to check if an item exists in a C# list collection? (2)

Advertisem*nts

How to check if an item exists in a C# list collection? (2024)
Top Articles
Landscape Mulch Calculator | How Much Mulch Do I Need? (Bags & Bulk!)
5 undervalued cryptos to buy for 10x gains in 2024 - Times of India
Jonathon Kinchen Net Worth
Rek Funerals
Chase Bank Operating Hours
Stl Craiglist
Nm Remote Access
Gw2 Legendary Amulet
What Happened To Father Anthony Mary Ewtn
Imbigswoo
Unit 1 Lesson 5 Practice Problems Answer Key
Tokioof
World History Kazwire
1Win - инновационное онлайн-казино и букмекерская контора
Chris Hipkins Fue Juramentado Como El Nuevo Primer Ministro De...
No Hard Feelings Showtimes Near Cinemark At Harlingen
Shannon Dacombe
Midlife Crisis F95Zone
Gdp E124
R Personalfinance
Curry Ford Accident Today
Tinker Repo
Craigslist Prescott Az Free Stuff
Kringloopwinkel Second Sale Roosendaal - Leemstraat 4e
Minnick Funeral Home West Point Nebraska
Wics News Springfield Il
Surplus property Definition: 397 Samples | Law Insider
Utexas Iot Wifi
Horn Rank
How To Find Free Stuff On Craigslist San Diego | Tips, Popular Items, Safety Precautions | RoamBliss
Water Temperature Robert Moses
Pain Out Maxx Kratom
What Is a Yurt Tent?
Lawrence Ks Police Scanner
Mosley Lane Candles
Perry Inhofe Mansion
Cvb Location Code Lookup
D3 Boards
Srg Senior Living Yardi Elearning Login
Tugboat Information
Chatropolis Call Me
Unifi Vlan Only Network
Hellgirl000
Oxford House Peoria Il
Jason Brewer Leaving Fox 25
Puretalkusa.com/Amac
Ursula Creed Datasheet
Mugshots Journal Star
Sour OG is a chill recreational strain -- just have healthy snacks nearby (cannabis review)
Alba Baptista Bikini, Ethnicity, Marriage, Wedding, Father, Shower, Nazi
Das schönste Comeback des Jahres: Warum die Vengaboys nie wieder gehen dürfen
라이키 유출
Latest Posts
Article information

Author: Greg Kuvalis

Last Updated:

Views: 5925

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Greg Kuvalis

Birthday: 1996-12-20

Address: 53157 Trantow Inlet, Townemouth, FL 92564-0267

Phone: +68218650356656

Job: IT Representative

Hobby: Knitting, Amateur radio, Skiing, Running, Mountain biking, Slacklining, Electronics

Introduction: My name is Greg Kuvalis, I am a witty, spotless, beautiful, charming, delightful, thankful, beautiful person who loves writing and wants to share my knowledge and understanding with you.