Table of Contents

Class BoolValue

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public sealed record BoolValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<BoolValue>
Inheritance
BoolValue
Implements
Inherited Members

Constructors

BoolValue(bool)

public BoolValue(bool Value)

Parameters

Value bool

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public bool Value { get; init; }

Property Value

bool