StringUtils.EqualsNoCase

Compares to strings for equality ignoring case. Uses OrdinalIgnoreCase

public static bool EqualsNoCase(string text,
	string compareTo)

Parameters

text

compareTo


See also:

Class StringUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic