Method FromKey
FromKey<TKey>(Func<T, TKey>)
Declaration
public static LambdaEqualityComparer<T> FromKey<TKey>(Func<T, TKey> keyExtractor)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<T, TKey> | keyExtractor |
Returns
| Type | Description |
|---|---|
| LambdaEqualityComparer<T> |
Type Parameters
| Name | Description |
|---|---|
| TKey |