Performs a comparison of two BandCloudViewItem instances based on a property or field name and a sort direction.

C# | Visual Basic | Visual C++ |
public int Compare( BandCloudViewItem x, BandCloudViewItem y )
Public Function Compare ( _ x As BandCloudViewItem, _ y As BandCloudViewItem _ ) As Integer
public: virtual int Compare( BandCloudViewItem^ x, BandCloudViewItem^ y ) sealed

- x (BandCloudViewItem)
- The first BandCloudViewItem
- y (BandCloudViewItem)
- The second BandCloudViewItem
