DynamicValue::Equality Operator

Specifies whether the two DynamicValue object is equal.

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

public:
static bool operator ==(
	DynamicValue^ value1, 
	DynamicValue^ value2
)

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

Community Additions

ADD
Show: