C# Class Tasque.Utils.TaskCompletionDateComparer

Inheritance: TaskComparer
显示文件 Open project: GNOME/tasque

Public Methods

Method Description
Compare ( ITask x, ITask y ) : int

This is the same as CompareTo above but should use completion date instead of due date. This is used to sort items in the CompletedTaskGroup.

Method Details

Compare() public method

This is the same as CompareTo above but should use completion date instead of due date. This is used to sort items in the CompletedTaskGroup.
public Compare ( ITask x, ITask y ) : int
x ITask
y ITask
return int