IntPtrUtilitiesToHashCode Method

CVB.Net Documentation
Build a 32 bit hash code (suitable for overriding "GetHash") from and IntPtr.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static int ToHashCode(
	this IntPtr p
)

Parameters

p
Type: SystemIntPtr

[Missing <param name="p"/> documentation for "M:Stemmer.Cvb.Runtime.InteropServices.IntPtrUtilities.ToHashCode(System.IntPtr)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stemmer.Cvb.Runtime.InteropServices.IntPtrUtilities.ToHashCode(System.IntPtr)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IntPtr. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference