This class is used to form a case insensitive hashtable. It returns the same hashcode for two strings that differ only in case.
public class CaseInsensitiveHashCodeProvider : IHashCodeProvider //Constructors public CaseInsensitiveHashCodeProvider (); Public int GetHashCode (Object obj); public static CaseInsensitiveHashCodeProvider Default; } }