0
kicks
HashSet to the Rescue
If you are using a generic List<T> to store unique object references in there is a better way. It's called the HashSet<T> and it is new in .Net 3.5 It's indexed and it's blazing fast.