check if a list contains a full object C# code example Example: check if list of objects contains value c# bool contains = pricePublicList.Any(p => p.Size == 200);