Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITest::CompareEnvironments Method (UITestEnvironment^, UITestEnvironment^)

 

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)

public:
static Collection<SettingMismatch^>^ CompareEnvironments(
	UITestEnvironment^ source,
	UITestEnvironment^ target
)

Return Value

Type: System.Collections.ObjectModel::Collection<SettingMismatch^>^

A collection of mismatches.

Return to top
Show: