IsBoxedValue()

ObjectExt::IsBoxedValue(const SmartPtr<Object>&) method

Checks if object is a boxed value.

static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)

Arguments

ParameterTypeDescription
objconst SmartPtr<Object>&Object to test for being boxed value.

Return Value

True if obj is a boxed value, false otherwise.

See Also