C# Class 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.
Inheritance: IGenericComparer
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Methods

Method Description
Compare ( object x, object y ) : int

Compare interface implementation

Method Details

Compare() public method

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