Compares this instance to a specified TimeInterval and returns an indication of their relative value.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public int CompareTo(
	TimeInterval other
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	other As TimeInterval _
) As Integer

Parameters

other
Type: DlhSoft.Windows.Data..::.TimeInterval
A TimeInterval to compare.

Return Value

A 32-bit signed integer that indicates the relative order of the comparands.

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

See Also