IHashKeyCollection<TKey> interface IHashKeyCollection<TKey> Defined on a generic collection that hashes its contents using an IEqualityComparer<T>. Documentation Code IEqualityComparer<TKey> KeyComparer { get; } Gets the comparer used to obtain hash codes for the keys and check equality.