Returns true if first parameter is equal to the second. Handles several specialities:
1) Guid is equal also to string representation of GUID (case insensitive regardless the context setting).
2) Simple datatypes are equal to their ToString representation.
3) InfoObject is equal also to string constant if it's either its display name or code name.
4) Two info objects are equal when they have same object type and same ID.
5) 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
- param1
- Type: System Object
First parameter to compare
- param2
- Type: System Object
Second parameter to compare
- context
- Type: CMS.MacroEngine EvaluationContext
Evaluation context
Return Value
Type: BooleanSee Also