System::BoxedValueBase::IsBoxedEnum method

BoxedValueBase::IsBoxedEnum method

Determines if current object represents a boxed value of enum type.

virtual bool System::BoxedValueBase::IsBoxedEnum()=0

ReturnValue

True if current object represents a boxed value of enum type, otherwise - false

See Also