Posted by Jonas Elfström Thu, 18 Oct 2012 21:28:00 GMT
Your task is to merge two lists of objects. The resulting collection should be without duplicates, based on a certain property on the objects.
The lists are populated with very simple Person objects.