DynamicValue::Inequality Operator
Specifies whether the two DynamicValue object are not equal.
Namespace: Microsoft.Activities
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.
Community Additions
ADD
Show: