TextAndImage.CompareTo Method

Krypton OutlookGrid

TextAndImageCompareTo Method
Krypton OutlookGrid v1.6.0
Compares to.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public int CompareTo(
	TextAndImage other
)
Public Function CompareTo ( 
	other As TextAndImage
) As Integer

Parameters

other
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsTextAndImage
The other.

Return Value

Type: Int32

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.TextAndImage.CompareTo(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.TextAndImage)"]

Implements

IComparableTCompareTo(T)
See Also