DistinctDataValue Class TIBCO Spotfire 6.0 API Reference
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.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DistinctDataValue

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class DistinctDataValue : IComparable<DistinctDataValue>
Remarks

If the underlying types differ the values are never considered equal.
See Also