Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.23 KB

File metadata and controls

45 lines (37 loc) · 1.23 KB
title Platform::Boolean value 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
VCCORLIB/Platform::Boolean
dev_langs
C++
helpviewer_keywords
Platform::Boolean Struct
ms.assetid 8518a1db-7139-4187-9c7a-1ae3943373f2
caps.latest.revision 3
author ghogen
ms.author ghogen
manager ghogen

Platform::Boolean value class

Represents a Boolean value. The equivalent of bool.

Syntax

public value struct Boolean  

Members

Boolean has the Equals(), GetHashCode(), and ToString() methods derived from the Platform::Object Class, and the GetTypeCode() method derived from the Platform::Type Class.

Requirements

Minimum supported client: [!INCLUDEwin8]

Minimum supported server: [!INCLUDEwinserver8]

Namespace: Platform

Metadata: platform.winmd

See Also

Platform namespace