System.Collections.IHashCodeProvider public interface IHashCodeProvider Documentation Code namespace System.Collections { public interface IHashCodeProvider { int GetHashCode(object obj); } }