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

Namespace: Spotfire.Dxp.Data.VirtualColumns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public int CompareTo(
	VirtualColumnInputIdentifier 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