C# Класс SevenUpdate.CustomComparer.SuaSorter

Sorts the SUA class.
Наследование: SevenSoftware.Windows.Controls.ListViewCustomComparer
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Compare() публичный Метод

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.
Результат int