CategoryKeyCompareTo Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public int CompareTo(
	CategoryKey other
)

Parameters

other
Type: Spotfire.Dxp.Application.VisualsCategoryKey
An object to compare with this object.

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

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