Creates a new GenericComparer using the specified key getter
public GenericComparer(Func<T, object> keyGetter)| parameter | description |
|---|---|
| keyGetter | Method used to retrieve the value (key) to compare on |
- class GenericComparer<T>
- namespace Wokhan.Core.Comparers