C# Class AcTools.Utils.Helpers.AlphanumComparatorFast

Inheritance: IComparer
Exibir arquivo Open project: gro-ove/actools Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Compare() public static method

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

Compare() public static method

public static Compare ( string x, string y ) : int
x string
y string
return int