StringInfo.GetHashCode Method
Calculates a hash code for the value of the current StringInfo object.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Int32A 32-bit signed integer hash code based on the string value of this StringInfo object.
The behavior of GetHashCode is dependent on its implementation, which might change from one version of the common language runtime to another. This might happen to improve the performance of GetHashCode. To make the behavior of GetHashCode constant, the application should override the runtime implementation of GetHashCode with an implementation known to never change.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.