The default namespace scopes the built-in types that are supported by C++/CX.
namespace default;
All built-in types inherit the following members.
| Name | Description |
|---|---|
| default::(type_name)::Equals | Determines whether the specified object is equal to the current object. |
| default::(type_name)::GetHashCode | Returns the hash code for this instance. |
| default::(type_name)::GetType | Returns a string that represents the current type. |
| default::(type_name)::ToString | Returns a string that represents the current type. |
Header: vccorlib.h
