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
ValueboolThe represented value.
Properties
Value
The represented value.
public bool Value { get; init; }