Quote Originally Posted by David Anton View Post
For the query itself, use the ".Distinct()" clause.

Other than that, use a HashSet (.NET 3.5 or higher) or a Dictionary instead for unique values.

I am not querying the list, though I suppose, I could do that too. I went with a HashSet object.