I have two lists of tests which some of them contain properties (key,value).
Lets call them list-A & list-B.
I want to do the following (on list-B only):
1) add test that list-A has and list-B doesn't (with all properties).
2) add property that list-A has and list-B doesn't
3) remove property that list-B has and list-A doesn't
how can I do that in C# with less than 4/5 for loops?