ActionList.Equals Method (Object)

 

Determines whether the provided object is equal to this action list object.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

True if the other object is equal to this action list object.

See Also

Equals Overload
ActionList Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top