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