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.

SearchConfiguration::AreEqual Method (array<String^>^, array<String^>^)

 

Returns a value that indicates whether two configuration lists match.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
static bool AreEqual(
	array<String^>^ configList,
	array<String^>^ configListToMatch
)

Parameters

configList
Type: array<System::String^>^

An array of string values that represent a configuration list.

configListToMatch
Type: array<System::String^>^

An array of string values that represent a configuration list to compare with the configList value.

Return Value

Type: System::Boolean

true if the two lists match; otherwise, false.

Return to top
Show: