DynamicValue.Equality Operator (DynamicValue, DynamicValue)

 

Specifies whether the two DynamicValue object is equal.

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

Public Shared Operator = (
	value1 As DynamicValue,
	value2 As DynamicValue
) As Boolean

Parameters

value1
Type: Microsoft.Activities.DynamicValue

The first object to compare.

value2
Type: Microsoft.Activities.DynamicValue

The second object to compare.

Return Value

Type: System.Boolean

true if the two DynamicValue object is equal; otherwise, false.

Return to top
Show: