MacroMethodContainerCompareString Method |
Compares strings (lexicographically).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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:
ObjectSee Also