Click or drag to resize
Task Scheduler Managed Class Library

TriggerCompareTo Method

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public int CompareTo(
	Trigger other
)
Request Example View Source

Parameters

other
Type: Microsoft.Win32.TaskSchedulerTrigger
An object to compare with this instance.

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparableTCompareTo(T)
See Also