CaseInsensitiveHashCodeProvider Members
.NET Framework 1.1
CaseInsensitiveHashCodeProvider overview
Public Constructors
CaseInsensitiveHashCodeProvider Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the CaseInsensitiveHashCodeProvider class. |
Public Properties
![]() Default Supported by the .NET Compact Framework. | Gets an instance of CaseInsensitiveHashCodeProvider that is associated with the Thread.CurrentCulture of the current thread and that is always available. |
![]() DefaultInvariant Supported by the .NET Compact Framework. | Gets an instance of CaseInsensitiveHashCodeProvider that is associated with CultureInfo.InvariantCulture and that is always available. |
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetHashCode Supported by the .NET Compact Framework. | Overloaded. Returns a hash code, using a hashing algorithm that ignores the case of strings. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
CaseInsensitiveHashCodeProvider Class | System.Collections Namespace
