Ivan is right, of course, you will need a new list if you want the duplicates removed. Something like this would work...
Of course, the 'clean' list doesn't have
any of the duplicate entries in, so you might want to post-process the 'dups' list.
Ivan is also right that would could use Distinct, but then you'd have to go to the effort of writing a Comparer.
--
Stuart