DistinctDataValueCompareTo Method

Spotfire 14.3 API Reference
Compares the current object to another DistinctDataValue.

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

C#
public int CompareTo(
	DistinctDataValue other
)

Parameters

other
Type: Spotfire.Dxp.DataDistinctDataValue
An DistinctDataValue to compare with this object.

Return Value

Type: Int32
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 diffrent type will not be considered equal and never return zero.

Implements

IComparableTCompareTo(T)
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference