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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: static Collection<SettingMismatch^>^ CompareEnvironments( UITestEnvironment^ source, UITestEnvironment^ target )
Parameters
- source
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestEnvironment^
The source UITestEnvironment object.
- target
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestEnvironment^
The target UITestEnvironment object.
Return Value
Type: System.Collections.ObjectModel::Collection<SettingMismatch^>^A collection of mismatches.
Show: