StringEntryBucket.CompareTo(IEntryBucket) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.