Class ToolStripTabItemsComparer
ToolStripTabItemsComparer class.
Inheritance
System.Object
ToolStripTabItemsComparer
Implements
System.Collections.IComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripTabItemsComparer : IComparer
Constructors
ToolStripTabItemsComparer()
Declaration
public ToolStripTabItemsComparer()
Methods
Compare(Object, Object)
Compare the ToolStripTab items.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | The first item needs to be compared. |
System.Object | y | The second item needs to be compared. |
Returns
Type |
---|
System.Int32 |
Implements
System.Collections.IComparer