I have a class Cars and class Models. Car has many properties such as CarId and List. Models has has various properties such as ModelID, Color, Make.
List
I think you want to implement the IEqualityComparer, to add a custom compare function to your Models class