Table of Contents

Class VBCurrencyValue

Namespace
RDCore.SDK.Model.Values.Intrinsic
Assembly
RDCore.SDK.dll

A VBNumericTypedValue representing a runtime value of the VBCurrencyType data type.

public sealed record VBCurrencyValue : VBNumericTypedValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBNumericTypedValue>, IVBTypedValue<VBCurrencyValue, VBRuntimeCurrencyValue>, IEquatable<IVBTypedValue<VBCurrencyValue, VBRuntimeCurrencyValue>>, INumericValue<VBCurrencyValue>, INumericValue, IEquatable<VBCurrencyValue>
Inheritance
VBCurrencyValue
Implements
Inherited Members

Constructors

VBCurrencyValue()

A VBNumericTypedValue representing a runtime value of the VBCurrencyType data type.

public VBCurrencyValue()

Properties

Size

The allocated size (in bytes) of this value.

public override int Size { get; }

Property Value

int

Value

Gets the underlying managed value corresponding to this typed value.

public VBRuntimeCurrencyValue Value { get; }

Property Value

VBRuntimeCurrencyValue

Methods

Equals(IVBTypedValue<VBCurrencyValue, VBRuntimeCurrencyValue>?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(IVBTypedValue<VBCurrencyValue, VBRuntimeCurrencyValue>? other)

Parameters

other IVBTypedValue<VBCurrencyValue, VBRuntimeCurrencyValue>

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.