ExpressionEvaluatorIsObjectStringEqual Method |
Returns true if given object has code name or display name equal to specified name.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntaxprotected static bool IsObjectStringEqual(
BaseInfo info,
string name,
EvaluationContext context
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
BaseInfo object - name
- Type: SystemString
Name to compare with - context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context
Return Value
Type:
Boolean
See Also