UITest.Equals Method (UITest)

 

Determines whether the provided UI test object is equal to this UI test object.

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

Syntax

public bool Equals(
    UITest uiTest
)
public:
bool Equals(
    UITest^ uiTest
)
member Equals : 
        uiTest:UITest -> bool
Public Function Equals (
    uiTest As UITest
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

See Also

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

Return to top