EyeshotKeyedCollection<T>(IEqualityComparer<String>) Constructor

Initializes a new instance of the EyeshotKeyedCollection<T> class that uses the specified equality comparer.
Protected Sub New( _ 
ByVal comparer As IEqualityComparer(Of String) _ 
)
This language is not supported or no code example is available.
protected EyeshotKeyedCollection( 
IEqualityComparer<string> comparer 
)
This language is not supported or no code example is available.

Parameters

comparer
IEqualityComparer<string>

The implementation of the IEqualityComparer generic interface to use when comparing keys, or null to use the default equality comparer.

.NET Framework

Supported in: 4.8

In this article

Definition