Compares this TimeOfDay to another.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CompareTo(
	TimeOfDay other
)
Visual Basic
Public Function CompareTo ( _
	other As TimeOfDay _
) As Integer
Visual C++
public:
virtual int CompareTo(
	TimeOfDay other
) sealed

Parameters

other
Type: Mindscape.PhoneElements..::..TimeOfDay
The TimeOfDay to compare against.

Return Value

A negative value if this TimeOfDay occurs before the other; a positive value if this TimeOfDay occurs after the other; 0 if the two TimeOfDays coincide.

Implements

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

See Also