Click or drag to resize
KaxComboBoxItemCompareTo Method
Compares two instance for equality.

Return Value

Type: Int32
returns 0 if equal, a positive number if the first is greater than the second, and a negative number otherwise.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Int32

Implements

IComparableCompareTo(Object)
See Also