This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Incubator.
                            
	
		Summary
            Case-insensitive String.Equals
            
		- Assembly
 - Cake
.Incubator .dll  - Namespace
 - Cake
.Incubator .StringExtensions  - Containing Type
 - StringExtensions
 
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 | 
