ValueType

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

MethodDescription
static bool Equals(const SharedPtr<Object>&)Supports value type and reference type comparison.

See Also