Click or drag to resize
ExpressionEvaluatorIsStringStringEqual Method
Returns true if the two strings are equal. Empty string is equal to null.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also