Click or drag to resize
ExpressionEvaluatorIsObjectStringEqual Method
Returns true if given object has code name or display name equal to specified name.

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