is()
BoxedValue< ValueTuple< Args… > >::is() const method
Determines if the type of the boxed value represented by the current object is V.
template<class V> bool System::BoxedValue<ValueTuple<Args...>>::is() const
Template parameters
| Parameter | Description |
|---|---|
| V | The type that is comared with the type of boxed value represented by the current object |
Return Value
True if the type of the boxed value represented by the current object is V, otherwise - false
See Also
- Class BoxedValue< ValueTuple< Args… > >
- Namespace System
- Library Aspose.Slides