A hash code for the XPoint

 

   

Syntax
 

[C#]
override int GetHashCode()

[Visual Basic]
Overrides Function GetHashCode() As Integer

 

   

Params
 
Name Description
return The returned hash code.

 

   

Notes
 

Derives a hash code suitable for use in hashing algorithms and data structures like hash tables.

 

   

Example
 

None.