aspxtreme

CultureInfo.GetHashCode Method

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;

Return Value

A hash code for the current CultureInfo.

Remarks

This method overrides Object.GetHashCode.

This method generates the same hash code for two objects that are equal according to the Equals method.

See Also

CultureInfo Members   Object.GetHashCode   System.Collections.Hashtable   Equals



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme