Table of Contents

Namespace SunamoCollectionWithoutDuplicates

Classes

CollectionWithoutDuplicatesBaseIList<T>

Base class for collections that automatically prevent duplicate items and implement IList interface.

CollectionWithoutDuplicatesBase<T>

Base class for collections that automatically prevent duplicate items.

CollectionWithoutDuplicatesIListT<T>

A collection that automatically prevents duplicate items and implements IList interface using default equality comparison for type T.

CollectionWithoutDuplicatesStringComparing<T>

A collection that automatically prevents duplicate items by comparing their string representations.

CollectionWithoutDuplicates<T>

A collection that automatically prevents duplicate items. Supports both normal comparison and string-based comparison.