Table of Contents

Class ShapeShiftBoolean

Namespace
ShapeShift
Assembly
ShapeShift.dll

Represents a Boolean value.

public sealed record ShapeShiftBoolean : ShapeShiftValue, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftBoolean>
Inheritance
ShapeShiftBoolean
Implements
IShapeable<ShapeShiftValue>
Inherited Members

Constructors

ShapeShiftBoolean(bool)

Represents a Boolean value.

public ShapeShiftBoolean(bool Value)

Parameters

Value bool

The represented value.

Properties

Value

The represented value.

public bool Value { get; init; }

Property Value

bool