Click or drag to resize

Symbol.GetHashCode Method (Symbol)

X#
Returns a hash code for the specified object.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 METHOD GetHashCode(
	s AS SYMBOL
) AS LONG
Request Example View Source

Parameters

s
Type: Symbol

Return Value

Type: Long
A hash code for the specified object.

Implements

GetHashCode(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe type of obj is a reference type and obj is .
See Also