EISDatapointGetHashCode Method |
Serves as the default hash function.
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 EISDatapoint
Dim returnValue As Integer
returnValue = instance.GetHashCode()
Return Value
Int32A hash code for the current object.
See Also