System.Globalization Namespace CultureInfo Class
Serves as a hash function for the current CultureInfo, suitable for use in hashing algorithms and data structures, such as a hash table.
[ VB ] Overrides Public Function GetHashCode ( ) As Integer [ C# ] public override int GetHashCode ( ); [ C++ ] public: int GetHashCode ( ); [ JScript ] override function GetHashCode ( ) : int;
A hash code for the current CultureInfo.
This method overrides Object.GetHashCode.
This method generates the same hash code for two objects that are equal according to the Equals method.
CultureInfo Members Object.GetHashCode System.Collections.Hashtable Equals
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph