Method ComparisonBySizeDescending
ComparisonBySizeDescending(FileListBoxItem, FileListBoxItem)
Same as ComparisonBySize(FileListBoxItem, FileListBoxItem), but compares in descending order.
public static int ComparisonBySizeDescending(FileListBoxItem x, FileListBoxItem y)
Parameters
xFileListBoxItemThe first FileListBoxItem to compare.
yFileListBoxItemThe second FileListBoxItem to compare.
Returns
- int
A signed integer that indicates the relative order of the objects being compared.