FileSystemItemComparer Class
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
Class used to compare File
Syntax
public class FileSystemItemComparer : IComparer
Implements
Inherited Members
Constructors
Name | Description |
---|---|
File |
Creates a new instance of FileSystemItemComparer with default sorting by file name and with ascending sort mode. |
File |
Creates a new instance of FileSystemItemComparer with specified comparer type and ascending sort mode. |
File |
Creates a new instance of FileSystemItemComparer with specified comparer type and sort mode. |
Methods
Name | Description |
---|---|
Compare(Object, Object) | IComparer interface implementation. Compares two instances of File |