CMSString Equals Method (Object, Object, Func Object, String )Kentico 8.0 API Reference
Determines whether two specified Objects return same string value when given a function

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

Parameters

strA
Type: OnlineSystem Object
The first object to compare
strB
Type: OnlineSystem Object
The second object to compare
f
Type: OnlineSystem Func OnlineObject, OnlineString 
Function to get strings to compare

Return Value

Type: OnlineBoolean
See Also