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.
Compares the two given UITestEnvironment objects and returns a collection of mismatches.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public static Collection<SettingMismatch> CompareEnvironments(
UITestEnvironment source,
UITestEnvironment target
)
public:
static Collection<SettingMismatch^>^ CompareEnvironments(
UITestEnvironment^ source,
UITestEnvironment^ target
)
static member CompareEnvironments :
source:UITestEnvironment *
target:UITestEnvironment -> Collection<SettingMismatch>
Public Shared Function CompareEnvironments (
source As UITestEnvironment,
target As UITestEnvironment
) As Collection(Of SettingMismatch)
Parameters
source
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironmentThe source UITestEnvironment object.
target
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironmentThe target UITestEnvironment object.
Return Value
Type: System.Collections.ObjectModel.Collection<SettingMismatch>
A collection of mismatches.
See Also
UITestEnvironment
SettingMismatch
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top