-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Collections_KeyEqualityComparer_2_Comparer
Andrew Koryavchenko edited this page Jun 17, 2018
·
7 revisions
Gets the equality comparer to use to compare the keys.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public IEqualityComparer<TKey> Comparer { get; }
VB
Public ReadOnly Property Comparer As IEqualityComparer(Of TKey)
Get
F#
member Comparer : IEqualityComparer<'TKey> with get
Type: IEqualityComparer(TKey)
The equality comparer to use to compare the keys.
KeyEqualityComparer(T, TKey) Class
CodeJam.Collections Namespace