DynamicValue::Equals Method (Object^)

 

Specifies whether the DynamicValue object is the same as another object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare.

Return Value

Type: System::Boolean

true if the DynamicValue object is the same as another object; otherwise, false.

Return to top
Show: