Click or drag to resize
MacroMethodContainerCompareString Method
Compares strings (lexicographically).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected static Object CompareString(
	string str1,
	string str2,
	string op,
	EvaluationContext context
)

Parameters

str1
Type: SystemString
String to compare
str2
Type: SystemString
String to compare
op
Type: SystemString
Comparison operator
context
Type: CMS.MacroEngineEvaluationContext
Evaluation context

Return Value

Type: Object
See Also