Disadvantages of HashSet
807589Jul 4 2008 — edited Jul 4 2008Hi All,
Could any one tell me if there are any disadvantages of using HashSet?
I want to have a set of data without duplicates.
Rather than checking each time while adding to a list,I can use HasSet which would be easier
But want to know if there are any drawbacks for this
Thanks in advance,
Mily