142.

True of false: user defined enums are type compatible with object references.

All types are compatible with object references, including user defined enums. As with all value types, enums will be boxed when they are assigned to object references.