Get item out of list from certain string c# code example Example: c# check list of objects for value var matches = myList.Where(p => p.Name == nameToExtract);