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)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top