C# 클래스 SevenUpdate.CustomComparer.SuaSorter

Sorts the SUA class.
상속: SevenSoftware.Windows.Controls.ListViewCustomComparer
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
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