MultiComparer.Compare Method
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Compare(Object, Object)
IComparer interface implementation. Compares two instances of provided objects.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
Object | x | The first object to compare. |
Object | y | The second object to compare. |
Returns
Type | Description |
---|---|
Int32 | A signed integer that indicates the result of of x and y comparison. Value Less than zero means x is less than y. Zero x equals y. Greater than zero x is greater than y. |