Table of Contents

Method ComparisonBySizeDescending

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ComparisonBySizeDescending(FileListBoxItem, FileListBoxItem)

Same as ComparisonBySize(FileListBoxItem, FileListBoxItem), but compares in descending order.

public static int ComparisonBySizeDescending(FileListBoxItem x, FileListBoxItem y)

Parameters

x FileListBoxItem

The first FileListBoxItem to compare.

y FileListBoxItem

The second FileListBoxItem to compare.

Returns

int

A signed integer that indicates the relative order of the objects being compared.