EISValueGetHashCode Method |
Returns the hash code for this instance.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Dim instance As EISValue
Dim returnValue As Integer
returnValue = instance.GetHashCode()
Return Value
Int32A 32-bit signed integer that is the hash code for this instance.
See Also