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

'Declaration
Public Function Equals ( _
    uiTest As UITest _
) As Boolean
public bool Equals(
    UITest uiTest
)
public:
bool Equals(
    UITest^ uiTest
)
member Equals : 
        uiTest:UITest -> bool 
public function Equals(
    uiTest : UITest
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

UITest Class

Equals Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITest