Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the hash code for the HierarchyId.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Function GetHashCode As Integer
'Usage
Dim instance As HierarchyId
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public virtual int GetHashCode()
public:
virtual int GetHashCode()
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
public function GetHashCode() : int
Return Value
Type: System.Int32
The hash code.