ScheduledProcess.CompareTo Method

Sorts by the orderID i.e. the order in which they will be executed in

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public int CompareTo(
	ScheduledProcess other
)

Parameters

other
Type: IntervalZero.RTX64.ConfigScheduledProcess

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also