CMSString Equals Method (Object, Object, Func Object, String )Kentico 8.1 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.1.5347.20411)

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