C# Class HaloMap.Meta.Meta.ItemSorter

The item sorter.
Inheritance: IComparer
显示文件 Open project: troymac1ure/Entity

Public Methods

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

The compare.

Method Details

Compare() public method

The compare.
/// Neither nor implements the interface. /// -or- /// and are of different types and neither one can handle comparisons with the other. ///
public Compare ( object x, object y ) : int
x object The x.
y object The y.
return int