DynamicValue.Inequality Operator (DynamicValue, DynamicValue)

 

Specifies whether the two DynamicValue object are not equal.

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

static let inline (<>)
        value1:DynamicValue *
        value2:DynamicValue : bool

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 not equal; otherwise, false.

Return to top
Show: