Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.13 KB

File metadata and controls

44 lines (36 loc) · 1.13 KB
title Platform::Boolean value class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
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: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See Also

Platform namespace