Compares the given Enum object with any object. If the object is not enum of the same type, then compares it according its values (integer enum with integer, otherwise as text constants).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- enumObj
- Type: System Enum
Enum obj to compare
- obj2
- Type: System Object
Object to compare with
- context
- Type: CMS.MacroEngine EvaluationContext
Evaluation context
Return Value
Type: BooleanSee Also