Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestA UITest object.
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