C# Class Terrarium.Game.GridIndex.SegmentWrapperComparer

Sorts two segments by comparing when they entered a cell. The earlier entry time into the cell wins
Inheritance: IComparer
Datei anzeigen Open project: eugeniomiro/Terrarium

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