The xref:System.Collections.Generic.HashSet`1 class provides high-performance set operations. A set is a collection that contains no duplicate elements, and whose elements are in no particular order.
The xref:System.Collections.ObjectModel.ObservableCollection`1 class represents a dynamic data collection that provides notifications when items get added or removed, or when the whole list is ...