MacroMethodContainer CompareValues Method Kentico 8.1 API Reference
Returns true if first parameter is lower than or equal to second.

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

Parameters

context
Type: CMS.MacroEngine EvaluationContext
Evaluation context with child resolver
op
Type: OnlineSystem String
Operator
parametersToCompare
Type:  OnlineSystem Object 
First two parameters are numbers to compare

Return Value

Type: OnlineObject
See Also