C# Class SevenUpdate.CustomComparer.SuhSorter

Sorts the SUH Class.
Inheritance: SevenSoftware.Windows.Controls.ListViewCustomComparer
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes publiques

Méthode 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 méthode

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.
Résultat int