DynamicValue.Equals Method

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

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

'Declaration
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
'Usage
Dim instance As DynamicValue 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(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.

Community Additions

ADD
Show: