DynamicValue.Contains Method
Determines whether the DynamicValue contains a target item.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(DynamicValue) | Determines whether the DynamicValue contains a target item. |
![]() | Contains(KeyValuePair<String, DynamicValue>) | Determines whether the DynamicValue contains a target item. |
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.
Implements
ICollection<'T>.Contains('T)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.
Implements
ICollection<'T>.Contains('T)
Show:
