Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestAction::Equality Operator (UITestAction^, UITestAction^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction.Equals(System.Object)

Overrides the "==" operator for comparing two UI test action objects.

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

public:
static bool operator ==(
	UITestAction^ left,
	UITestAction^ right
)

Parameters

left
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

The UITestAction object on the left of the equality expression.

right
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

The UITestAction object on the right of the equality expression.

Return Value

Type: System::Boolean

true if the two objects are equal; otherwise, false.

Return to top
Show: