C# Class SIL.FieldWorks.TE.TeEditorialChecks.GenericComparer

Implements a generic comparing class in which the two objects being compared must derive from IComparable to be of much use.
Inheritance: IComparer
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

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

Method Details

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int