FileSystemItemComparer.Compare Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Compare(Object, Object)
IComparer interface implementation. Compares two instances of FileSystemItem.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
Object | x | First object to compare. |
Object | y | Second object to compare. |
Returns
Type | Description |
---|---|
Int32 | Value greater than zero when x is greater then y, zero when they are equal, or less than zero when x is lesser than y. |