Determines whether two specified String objects have the same value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- strA
- Type: System String
The first string to compare, or Nothing
- strB
- Type: System String
The second string to compare, or Nothing
- comparison
- Type: System StringComparison
String comparison options
Return Value
Type: BooleanSee Also