-
Notifications
You must be signed in to change notification settings - Fork 34
T_CodeJam_Collections_KeyEqualityComparer
andrewvk edited this page Mar 30, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
Provides static methods for creating KeyEqualityComparer(T, TKey).
System.Object
CodeJam.Collections.KeyEqualityComparer
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[PublicAPIAttribute]
public static class KeyEqualityComparerVB
<PublicAPIAttribute>
Public NotInheritable Class KeyEqualityComparerF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<PublicAPIAttribute>]
type KeyEqualityComparer = class end
| Name | Description | |
|---|---|---|
![]()
|
Create(T, TKey)(Func(T, TKey)) | Creates a . |
![]()
|
Create(T, TKey)(Func(T, TKey), IEqualityComparer(TKey)) | Creates a . |
