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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int

Method Details

Compare() public méthode

public Compare ( object x, object y ) : int
x object
y object
Résultat int