Interface IKeyValuePairComparer<TKey, TValue>
Represents a comparer for KeyValuePair<TKey, TValue>.
public interface IKeyValuePairComparer<TKey, TValue> : IComparer<KeyValuePair<TKey, TValue>>
Type Parameters
TKeyThe type of the key.
TValueThe type of the value.
- Inherited Members
- Extension Methods