Compares the current string with another string. This method is culture safe - it fixes some problems with different cultures.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- strA
- Type: System String
String source data
- strB
- Type: System Object
Object to compare
- ignoreCase
- Type: System Boolean
If true, compare is case insensitive
Return Value
Type: Int32See Also