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::NameEquals Method (String^, String^)

 

Returns a value that indicates whether the two configuration names match.

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

public:
static bool NameEquals(
	String^ configName1,
	String^ configName2
)

Parameters

configName1
Type: System::String^

The first configuration name.

configName2
Type: System::String^

The second configuration name.

Return Value

Type: System::Boolean

true if the two configuration names match; otherwise, false.

Return to top
Show: