Returns true if the two strings are equal. Empty string is equal to null.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text1
- Type: System String
First text to compare
- text2
- Type: System String
Second text to compare
- context
- Type: CMS.MacroEngine EvaluationContext
Evaluation context
Return Value
Type: BooleanSee Also