ShellBrowser Delphi Components Documentation
|
Compares another instance of this class to this instance
function CompareTo(pItem2: TJamComboItem): Integer;
Parameters |
Description |
pItem2: TJamComboItem |
The second instance against that should be comapred. |
Integer: 0 if both are equal, a value larger than 0 if pItem2 is larger than this instance, a value smaller than 0 otherwise.