System::DefaultBoxedValue::is method
DefaultBoxedValue::is method
Determines if the type of the boxed value represented by the current object is V.
template<class V> bool System::DefaultBoxedValue<T>::is() const
Parameter | Description |
---|---|
V | The type that is comared with the type of boxed value represented by the current object |
ReturnValue
True if the type of the boxed value represented by the current object is V, otherwise - false
See Also
- Class DefaultBoxedValue
- Namespace System
- Library Aspose.PUB for C++