bool contains = pricePublicList.Any(p => p.Size == 200);
var matches = myList.Where(p => p.Name == nameToExtract);