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 override bool Equals(
	object obj
)

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: