FLEX: what's the best way to check if an Object has been already added to an ArrayCollection ?
- by Patrick
Hi,
I need to merge 2 arrayCollection and avoid duplicates. They contain objects with their own attributes. I would like to avoid duplicates.
thanks