Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.Globalization.CultureInfo.GetHashCode ( )
inline

Definition at line 602 of file CultureInfo.cs.

603 {
604 return Name.GetHashCode() + CompareInfo.GetHashCode();
605 }
virtual CompareInfo CompareInfo

References System.Globalization.CompareInfo.GetHashCode(), and System.Globalization.CultureInfo.Name.

Referenced by System.Xml.Xsl.Runtime.XmlCollation.GetHashCode().