| 
 | 
 | 
 | 
| 
        | SortDescending Class | 
SortDescending Class (Softelvdm.SftTreeNET Namespace)
Default implementation of an IComparer class used with the ItemCollectionClass.Sort method to sort items in an descending fashion, based on the cell text in a specified column.
| VB | Public NotInheritable Class SortDescending Inherits Object | 
| C# | public sealed class SortDescending : Object | 
| C++ | public ref class SortDescending sealed : public Object | 
| Public | Properties | Fields | Events | ||
| Protected | Constructors | Properties | Fields | 
 | 
| Description | |
| Initializes a new instance of the SortDescending class. | |
| Description | |
| Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. | |
| 
 | Determines whether the specified Object is equal to the current Object. | 
| 
 | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
| 
 | Gets the Type of the current instance. | 
| 
 | Determines whether the specified Object instances are the same instance. | 
| 
 | Returns a String that represents the current Object. | 
| Description | |
| 
 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
| 
 | Creates a shallow copy of the current Object. | 
See Also Softelvdm.SftTreeNET Namespace