Click or drag to resize
CMSStringEquals Method (String, String, Boolean)
Determines whether two specified String objects have the same value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool Equals(
	string strA,
	string strB,
	bool ignoreCase
)

Parameters

strA
Type: SystemString
The first string to compare, or Nothing
strB
Type: SystemString
The second string to compare, or Nothing
ignoreCase
Type: SystemBoolean
If true, compare is case insensitive

Return Value

Type: Boolean
See Also