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
Показать файл Открыть проект Примеры использования класса

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

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