Class VBErrorValue
Represents an Error value.
public sealed record VBErrorValue : VBTypedValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IVBTypedValue<VBErrorValue, int>, IEquatable<IVBTypedValue<VBErrorValue, int>>, IEquatable<VBErrorValue>
- Inheritance
-
VBErrorValue
- Implements
- Inherited Members
Constructors
VBErrorValue(int)
Represents an Error value.
public VBErrorValue(int Value = 0)
Parameters
ValueintThe numeric underlying value.
Properties
Size
The allocated size (in bytes) of this value.
public override int Size { get; }
Property Value
Value
The numeric underlying value.
public int Value { get; init; }
Property Value
Methods
Equals(IVBTypedValue<VBErrorValue, int>?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(IVBTypedValue<VBErrorValue, int>? other)
Parameters
otherIVBTypedValue<VBErrorValue, int>An object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.