SearchConfiguration.NameEquals(String, String) Method

Definition

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.

Applies to