CMSStringEquals Method (String, String, StringComparison) |
Note: This API is now obsolete.
Determines whether two specified String objects have the same value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use String.Equals(string a, string b, StringComparison comparison).")]
public static bool Equals(
string strA,
string strB,
StringComparison comparison
)
Parameters
- strA
- Type: SystemString
The first string to compare, or Nothing - strB
- Type: SystemString
The second string to compare, or Nothing - comparison
- Type: SystemStringComparison
String comparison options
Return Value
Type:
BooleanSee Also