TextHelper ContentEquals Method Kentico 8.0 API Reference
Checks if two text contents are equal. Ignores extra white spaces, and is case insensitive.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

text1
Type: OnlineSystem String 
First text
text2
Type: OnlineSystem String 
Second text
returnDifference (Optional)
Type: OnlineSystem Boolean
If true, the difference (remainders that don't match) are returned through original values

Return Value

Type: OnlineBoolean
See Also