Table of Contents

Struct VBRuntimeBooleanValue

Namespace
RDCore.SDK.Model.Values.Runtime
Assembly
RDCore.SDK.dll
public readonly record struct VBRuntimeBooleanValue : IRuntimeValue, IEquatable<VBRuntimeBooleanValue>
Implements
Inherited Members

Constructors

VBRuntimeBooleanValue(bool)

public VBRuntimeBooleanValue(bool value)

Parameters

value bool

VBRuntimeBooleanValue(short)

public VBRuntimeBooleanValue(short value)

Parameters

value short

Fields

StoredValue

public readonly short StoredValue

Field Value

short

Properties

BoxedValue

public object BoxedValue { get; }

Property Value

object

Operators

explicit operator bool(VBRuntimeBooleanValue)

public static explicit operator bool(VBRuntimeBooleanValue value)

Parameters

value VBRuntimeBooleanValue

Returns

bool