Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.13 KB

platform-boolean-value-class.md

File metadata and controls

44 lines (36 loc) · 1.13 KB
title ms.custom ms.date ms.technology ms.reviewer ms.suite ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Platform::Boolean value class | Microsoft Docs
12/30/2016
cpp-windows
language-reference
VCCORLIB/Platform::Boolean
C++
Platform::Boolean Struct
8518a1db-7139-4187-9c7a-1ae3943373f2
3
ghogen
ghogen
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