Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the data type corresponding to the runtime values that can be stored in this value container. The data type is fixed, since a data value cannot be used for values of varying types.
Gets or sets the runtime value contained in this DataValue instance, as a boxed value. The getter returns null for reference types and default(T) for value types, if the HasValidValue is false. After setting a valid value HasValidValue will be true, HasDataError and IsNullValue will be false, and DataError will return null.
Sets this DataValue instance equal to another DataValue instance.
The other DataValue.
StaticCreateCreates a DataValue instance of a given runtime type.
Generic type argument
A new DataValue instance of the given type, initially set to a null value.
Creates a DataValue instance of a given runtime type and with a provided initial value.
Generic type argument
The initial value. If null, then IsNullValue will be true.
A new DataValue instance.
Creates a DataValue instance of a given runtime type and with a provided initial value. This method is redundant but useful in practice.
A new DataValue instance.
Generic flyweight data value container.
Since
2.0