asp.net.ph

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 Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note