CategoryKey CompareTo Method TIBCO Spotfire 6.0 API Reference
Compares the current object with another object of the same type.

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

public int CompareTo(
	CategoryKey other
)

Return Value

Type: Int32
A 32-bit signed integer that indicates the relative order of the objects being compared. If it is zero, the objects are equal. If it is less than zero, this object is less than other. If greater than zero, this object is greater than other.

Implements

IComparable T  CompareTo(T)
See Also