P
Peter Kirk
Hi
if I have a List<MyObject> of MyObject objects, what is the best way to
check for duplicates? (By "duplicate" I mean that MyObject has a property
called "name" for example, which I want to check if this value appears more
than once in the list of MyObjects).
Thanks,
Peter
if I have a List<MyObject> of MyObject objects, what is the best way to
check for duplicates? (By "duplicate" I mean that MyObject has a property
called "name" for example, which I want to check if this value appears more
than once in the list of MyObjects).
Thanks,
Peter