Click or drag to resize
MacroMethodContainer.CompareValues Method
Returns true if first parameter is lower than or equal to second.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected static Object CompareValues(
	EvaluationContext context,
	string op,
	params Object[] parametersToCompare
)

Parameters

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

Return Value

Type: Object
See Also