GetHashCode Method

SignatureHelper.GetHashCode Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates and returns a hash code for this instance.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32
Returns the hash code based on the name.

The hash code is created from the name of this instance, so the return value is the same as if the GetHashCode method were called on the value of the Name property.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft