Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

other
Type: iCal..::..AlarmOccurrence

Implements

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

See Also