TextHelpers.EqualsCaseInsensitive Method (String, String)

 

Compares two strings for equivalence, ignoring the case.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static bool EqualsCaseInsensitive(
    this string input,
    string value
)
public:
[ExtensionAttribute]
static bool EqualsCaseInsensitive(
    String^ input,
    String^ value
)
<ExtensionAttribute>
Public Shared Function EqualsCaseInsensitive (
    input As String,
    value As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if strings are equivalent; othewise false.

See Also

TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top