SearchConfiguration.NameEquals(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the two configuration names match.
public:
static bool NameEquals(System::String ^ configName1, System::String ^ configName2);
public static bool NameEquals (string configName1, string configName2);
static member NameEquals : string * string -> bool
Public Shared Function NameEquals (configName1 As String, configName2 As String) As Boolean
Parameters
- configName1
- String
The first configuration name.
- configName2
- String
The second configuration name.
Returns
true if the two configuration names match; otherwise, false.