ExpressionEvaluatorIsStringStringEqual Method |
Returns true if the two strings are equal. Empty string is equal to null.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax protected static bool IsStringStringEqual(
string text1,
string text2,
EvaluationContext context
)
Parameters
- text1
- Type: SystemString
First text to compare - text2
- Type: SystemString
Second text to compare - context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context
Return Value
Type:
BooleanSee Also