SafeHashSetT Constructor (IEqualityComparerT) |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public SafeHashSet(
IEqualityComparer<T> comparer = null
)
Parameters
- comparer (Optional)
- Type: System.Collections.GenericIEqualityComparerT
Equality comparer
See Also