Checks if two text contents are equal. Ignores extra white spaces, and is case insensitive.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text1
- Type: System String
First text
- text2
- Type: System String
Second text
- returnDifference (Optional)
- Type: System Boolean
If true, the difference (remainders that don't match) are returned through original values
Return Value
Type: BooleanSee Also