Link to home
Start Free TrialLog in
Avatar of vulpine
vulpine

asked on

Remove Duplicates from ArrayList

How can I remove duplicates from an arraylist in VB.Net? (or C# i can convert it)
I suppose I will have to enumerate it to loop through and check the values?
ASKER CERTIFIED SOLUTION
Avatar of Fahad Mukhtar
Fahad Mukhtar
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vulpine
vulpine

ASKER

I used a variation of this in my solution and it works perfectly, thanks!