C# Class System.Collections.Generic.Comparer

Inheritance: IComparer, IComparer
Mostra file Open project: theolivenbaum/h5 Class Usage Examples

Public Methods

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

Method Details

Compare() public abstract method

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