Freigeben über


StringEntryBucket.CompareTo(IEntryBucket) Method

Definition

Compare this to another object IComparable<T>.

public:
 virtual int CompareTo(Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^ other);
public int CompareTo (Microsoft.VisualStudio.Shell.TableControl.IEntryBucket other);
abstract member CompareTo : Microsoft.VisualStudio.Shell.TableControl.IEntryBucket -> int
override this.CompareTo : Microsoft.VisualStudio.Shell.TableControl.IEntryBucket -> int
Public Function CompareTo (other As IEntryBucket) As Integer

Parameters

other
IEntryBucket

The other object.

Returns

Returns Int32.

Implements

Remarks

The default implementation is equivalent to comparing the names.

Applies to