Compares this TimeSlot to another.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

other
Type: Mindscape.SilverlightElements..::..TimeSlot
The TimeSlot to compare against.

Return Value

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

Implements

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

See Also