'Declaration
Public Class AppointmentComparer Inherits System.Collections.Generic.Comparer(Of Appointment)
public class AppointmentComparer : System.Collections.Generic.Comparer<Appointment>
'Declaration
Public Class AppointmentComparer Inherits System.Collections.Generic.Comparer(Of Appointment)
public class AppointmentComparer : System.Collections.Generic.Comparer<Appointment>
System.Object
System.Collections.Generic.Comparer<T>
C1.C1Schedule.AppointmentComparer