Compares the current object to another DistinctDataValue.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- other
- Type: Spotfire.Dxp.Data DistinctDataValue
An DistinctDataValue to compare with this object.
Return Value
Type: Int32A 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 diffrent type will not be considered equal and never return zero.
Implements
IComparable T CompareTo(T)Version Information
See Also