I need to find the difference between sets. Classes containing sets differ from each other, but have the same field types. To be able to use the Except method to make a difference, I want to map one list to another.
Can I do this with the toList method? if not, is this possible in another way?
List<Class1>.Except(List<Class2> I need to map class2 list to class1 list)
thanks
source share