DynamicValue Implicit Conversion (DynamicValue to Boolean)

Casts a dynamic value into a Boolean Value.

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

static implicit operator bool (
	DynamicValue^ dynamicValue
)

Parameters

dynamicValue
Type: Microsoft.Activities::DynamicValue
The dynamic value to be casted as a Boolean Value.

Return Value

Type: System::Boolean
The Boolean Value.

Community Additions

ADD
Show: