Type.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the hash code for this instance.
Assembly: mscorlib (in mscorlib.dll)
This method overrides Object.GetHashCode.
The following example displays the hash code of the TextBlock class.
Note: |
|---|
To run this example, see Building examples that have static TextBlock controls for Windows Phone 8. |
Show:
Note: