MultiComparer.Compare Method
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9147)
Compare(Object, Object)
IComparer interface implementation. Compares two instances of provided objects.
Declaration
public int Compare(object x, object y)
Parameters
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. |