checking all of objects c# code example Example: c# check list of objects for value var matches = myList.Where(p => p.Name == nameToExtract);