DynamicValue.Inequality Operator (DynamicValue, DynamicValue)
Specifies whether the two DynamicValue object are not equal.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
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.Booleantrue if the two DynamicValue object is not equal; otherwise, false.
Show: