StringExtensions.

EqualsIgnoreCase(string, string) Method

Summary

Case-insensitive String.Equals

Syntax

public static bool EqualsIgnoreCase(this string source, string value)

Parameters

Name Type Description
source string the source string
value string the string to compare

Return Value

Type Description
bool true if strings are the same