ExpressionEvaluator IsEqual Method Kentico 8.0 API Reference
Returns true if first parameter is equal to the second. Handles several specialities: 1) Guid is equal also to string representation of GUID (case insensitive regardless the context setting). 2) Simple datatypes are equal to their ToString representation. 3) InfoObject is equal also to string constant if it's either its display name or code name. 4) Two info objects are equal when they have same object type and same ID. 5) Empty string is equal to null.

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

Return Value

Type: OnlineBoolean
See Also