Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
input
Type: System.StringThe input string.
value
Type: System.StringThe value, as a string.
Return Value
Type: System.Boolean
True if strings are equivalent; othewise false.
See Also
TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top