OutlookGridAlphabeticGroup.CompareTo Method

Krypton OutlookGrid

OutlookGridAlphabeticGroupCompareTo Method
Krypton OutlookGrid v1.6.0
overide the CompareTo, so only the first character is compared, instead of the whole string this will result in classifying each item into a letter of the Alphabet. for instance, this is usefull when grouping names, they will be categorized under the letters A, B, C etc..

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public override int CompareTo(
	Object obj
)
Public Overrides Function CompareTo ( 
	obj As Object
) As Integer

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridAlphabeticGroup.CompareTo(System.Object)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridAlphabeticGroup.CompareTo(System.Object)"]

Implements

IComparableCompareTo(Object)
See Also