Token.CompareTo Method

Krypton OutlookGrid

TokenCompareTo Method
Krypton OutlookGrid v1.6.0
Compare a Token to another

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(
	Token other
)
Public Function CompareTo ( 
	other As Token
) As Integer

Parameters

other
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsToken

[Missing <param name="other"/> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.Token.CompareTo(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.Token)"]

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
See Also