| title | Platform::Object Class | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 12/30/2016 | |
| ms.prod | windows-client-threshold | |
| ms.technology | ||
| ms.reviewer | ||
| ms.suite | ||
| ms.tgt_pltfrm | ||
| ms.topic | language-reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 709e84a8-0bff-471b-bc14-63e424080b5a | |
| caps.latest.revision | 9 | |
| author | ghogen | |
| ms.author | ghogen | |
| manager | ghogen |
Provides common behavior for ref classes and ref structs in Windows Store apps. All ref class and ref struct instances are implicitly convertible to Platform::Object^ and can override its virtual ToString method.
public ref class Object : Object
| Name | Description |
|---|---|
| Object::Object Constructor | Initializes a new instance of the Object class. |
| Name | Description |
|---|---|
| Object::Equals Method | Determines whether the specified object is equal to the current object. |
| Object::GetHashCode Method | Returns the hash code for this instance. |
| Object::ReferenceEquals Method | Determines whether the specified Object instances are the same instance. |
| ToString Method | Returns a string that represents the current object. Can be overridden. |
| GetType Method | Gets a Platform::Type that describes the current instance. |
Object
Object
Header: vccorlib.h
Namespace: Platform