C# Class SevenUpdate.CustomComparer.UpdateSorter

Sorts the Update Class.
Inheritance: SevenSoftware.Windows.Controls.ListViewCustomComparer
ファイルを表示 Open project: robertbaker/SevenUpdate

Public Methods

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

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Method Details

Compare() public method

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
public Compare ( object x, object y ) : int
x object The first object to compare.
y object The second object to compare.
return int