Method ComparisonByTextDescending
ComparisonByTextDescending(FileListBoxItem, FileListBoxItem)
Same as ComparisonByText(FileListBoxItem, FileListBoxItem), but compares in descending order.
public static int ComparisonByTextDescending(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.