C# Class AcTools.Utils.Helpers.AlphanumComparatorFast

Inheritance: IComparer
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Compare() public static méthode

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

Compare() public static méthode

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