Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 935 Bytes

File metadata and controls

36 lines (24 loc) · 935 Bytes
description Learn more about: Platform::Boolean value class
title Platform::Boolean value class
ms.date 12/30/2016
ms.topic reference
f1_keywords
VCCORLIB/Platform::Boolean
helpviewer_keywords
Platform::Boolean Struct
ms.assetid 8518a1db-7139-4187-9c7a-1ae3943373f2

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