Name

CaseInsensitiveHashCodeProvider

Synopsis

When this object is passed to a Hashtable constructor, it overrides the GetHashCode() method to allow string comparison without regard to case. If you pass an instance of this type into the Hashtable constructor, you should also pass in an instance of CaseInsensitiveComparer to ensure that any comparison operations (such as sorting) are also performed in a case-insensitive fashion.

public class CaseInsensitiveHashCodeProvider : IHashCodeProvider {
// Public Constructors
   public method CaseInsensitiveHashCodeProvider();  
   public method CaseInsensitiveHashCodeProvider(
        System.Globalization.CultureInfo culture);  
// Public Static Properties

           public static field CaseInsensitiveHashCodeProvider Default{get; } 
// Public Instance Methods
   public method int GetHashCode(object obj);                   // implements IHashCodeProvider
}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.