Compare two strings with invariant culture and not case sensitive

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function AreCaseInsensitiveEquals ( _
	value1 As String, _
	value2 As String _
) As Boolean
C#
public static bool AreCaseInsensitiveEquals(
	string value1,
	string value2
)

Parameters

value1
Type: System..::..String
value2
Type: System..::..String

Return Value

See Also