C# 클래스 VAGSuite.GenericComparer

Author : Sree Krishna.S Email : [email protected] Please donot remove above comment. This class is used to compare any type(property) of a class. This class automatically fetches the type of the property and compares.
상속: IGenericComparer
파일 보기 프로젝트 열기: Blackfrosch/VAGEDCSuite 1 사용 예제들

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int

Compare interface implementation

메소드 상세

Compare() 공개 메소드

Compare interface implementation
public Compare ( object x, object y ) : int
x object Object 1
y object Object 2
리턴 int