DynamicValue.GetHashCode Method

Gets the hash code associated with DynamicValue.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As DynamicValue 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()

Return Value

Type: System.Int32
The hash code associated with DynamicValue.

Community Additions

ADD
Show: