The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EqtBaseCollection<T> Constructor (IEqualityComparer^)
Initializes a new sortable instance of the EqtBaseCollection<T> class by using the provided comparer.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- comparer
-
Type:
System.Collections::IEqualityComparer^
An object that is derived from the IEqualityComparer interface, such as the StringComparer class.
For case-insensitive comparison, use a comparer that is obtained from the InvariantCultureIgnoreCase property of the StringComparer class.
Show: