Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestA UITest object.
Return Value
Type: Boolean
true if the objects are equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.