CMSStringEquals Method (String, String) |
Determines whether two specified String objects have the same value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static bool Equals(
string strA,
string strB
)
Parameters
- strA
- Type: SystemString
The first string to compare, or Nothing - strB
- Type: SystemString
The second string to compare, or Nothing
Return Value
Type:
BooleanSee Also