SyntaxFix
Write A Post
Hire A Developer
Questions
From the HashSet<T> page on MSDN:
HashSet<T>
The HashSet(Of T) class provides high-performance set operations. A set is a collection that contains no duplicate elements, and whose elements are in no particular order.
(emphasis mine)