Symbol.GetHashCode Method (Symbol) | |
Returns a hash code for the specified object.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD GetHashCode(
s AS SYMBOL
) AS LONG
public int GetHashCode(
Symbol s
)
Request Example
View SourceParameters
- s
- Type: Symbol
Return Value
Type:
LongA hash code for the specified object.
Implements
GetHashCode(T)Exceptions Exception | Condition |
---|
ArgumentNullException | The type of obj is a reference type and obj is . |
See Also