ContinuousColorEntryCompareTo Method TIBCO Spotfire 7.6 API Reference
Compares the current instance with another object of the same type.

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

C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare with this instance.

Return Value

Type: Int32
Less than zero if this instance is less than obj. Zero if this instance equals obj. Greater than zero if this instance is greater than obj.

Implements

IComparableCompareTo(Object)
Version Information

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

Reference