CalculationResultsIdentifier CompareTo Method TIBCO Spotfire 6.0 API Reference
Compares this instance with a specified CalculationResultsIdentifier.

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

public int CompareTo(
	CalculationResultsIdentifier other
)

Return Value

Type: Int32
A 32-bit signed integer indicating the lexical relationship between the two comparands.Value Condition Less than zero This instance is less than value. Zero This instance is equal to value. Greater than zero This instance is greater than value.-or- value is null.

Implements

IComparable T  CompareTo(T)
See Also