Static
EqualsDetermines 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.
Initializes a new instance of the Spotfire.Dxp.Data.DistinctDataValue class. The value must be of a type that can be stored in the column of a data table.
The underlying value.
Gets the value.
Compares the current object to another Spotfire.Dxp.Data.DistinctDataValue.
An Spotfire.Dxp.Data.DistinctDataValue to compare with this object.
A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: A Value Less than zero; This object is less than the other parameter. Zero; This object is equal to other. Greater than zero; This object is greater than other.
DistinctDataValues constructed from objects of different type will not be considered equal and never return zero.
A wrapper class that holds a value that can occur in the column of a data table. The class provides equality and an ordering of the values even if they are of different underlying types. Values of the class can therefore be used in UndoableList and UndoableDictionary.
Since
2.0