System::ValueType class
ValueType class
Baseclass for value types with Object inheritance being truncated for performance reasons. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
class ValueType
Methods
Method | Description |
---|---|
static Equals(const SharedPtr<Object>&) | Supports value type and reference type comparison. |
See Also
- Namespace System
- Library Aspose.PDF for C++