CalculationDependencyIdentifierCompareTo Method TIBCO Spotfire 7.6 API Reference
Compares this instance with a specified CalculationDependencyIdentifier.

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

C#
public int CompareTo(
	CalculationDependencyIdentifier other
)

Parameters

other
Type: Spotfire.Dxp.Application.CalculationsCalculationDependencyIdentifier
The object to compare this object to.

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

IComparableTCompareTo(T)
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference