In the code block below I would expect dictCars to contain: { Chevy:Camaro, Dodge:Charger }
But, dictCars comes back empty. Because this line returns false each time it
myCars.Contains(newCar) myCars.Where(c => c.CarID == newCar.CarID && c.CarName==newCar.CarName).Count() > 0