The method compares to ShellItems whith each other.
| C# | Visual Basic | Visual C++ |
public int CompareTo( ShellComboItem other )
Public Function CompareTo ( _ other As ShellComboItem _ ) As Integer
public: virtual int CompareTo( ShellComboItem^ other ) sealed
- other (ShellComboItem)
- The other item to compare with.
See the CompareTo(ShellItem) method.