-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Collections_ComparerBuilder_1_GetEqualityComparer
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
GetEqualityComparer() | Returns implementations of the IEqualityComparer(T) generic interface based on object public members equality. | |
GetEqualityComparer(Expression(Func(T, Object))[]) | Returns implementations of the IEqualityComparer(T) generic interface based on provided object public members equality. | |
GetEqualityComparer(Func(TypeAccessor(T), IEnumerable(MemberAccessor))) | Returns implementations of the IEqualityComparer(T) generic interface based on provided object public members equality. |