System::ObjectExt::IsBoxedValue method

ObjectExt::IsBoxedValue method

Checks if object is a boxed value.

static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
ParameterTypeDescription
objconst SmartPtr<Object>&Object to test for being boxed value.

ReturnValue

True if obj is a boxed value, false otherwise.

See Also