Namespace: System.util
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public static bool EqualsIgnoreCase(
	string s1,
	string s2
)
Visual Basic
Public Shared Function EqualsIgnoreCase ( _
	s1 As String, _
	s2 As String _
) As Boolean
Visual C++
public:
static bool EqualsIgnoreCase(
	String^ s1, 
	String^ s2
)

Parameters

s1
Type: System..::..String
s2
Type: System..::..String

Collapse imageSee Also