Compares a Picker to another

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CompareTo(
	T yOther
)
Visual Basic
Public Function CompareTo ( _
	yOther As T _
) As Integer
Visual C++
public:
virtual int CompareTo(
	T yOther
) sealed

Parameters

yOther
Type: T
The other picker

Return Value

Compare result of the positions

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also