DynamicValue.Contains Method

 

Determines whether the DynamicValue contains a target item.

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

NameDescription
System_CAPS_pubmethodContains(DynamicValue)

Determines whether the DynamicValue contains a target item.

System_CAPS_pubmethodContains(KeyValuePair<String, DynamicValue>)

Determines whether the DynamicValue contains a target item.

Return to top

DynamicValue.Contains Method (DynamicValue)

Determines whether the DynamicValue contains a target item.

abstract Contains : 
        item:DynamicValue -> bool
override Contains : 
        item:DynamicValue -> bool

Parameters

item
Type: Microsoft.Activities.DynamicValue

The child item to search.

Return Value

Type: System.Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top

DynamicValue.Contains Method (KeyValuePair<String, DynamicValue>)

Determines whether the DynamicValue contains a target item.

abstract Contains : 
        item:KeyValuePair<string, DynamicValue> -> bool
override Contains : 
        item:KeyValuePair<string, DynamicValue> -> bool

Parameters

item
Type: System.Collections.Generic.KeyValuePair<String, DynamicValue>

The child item to search.

Return Value

Type: System.Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top
Show: