JET_COMMIT_ID.CompareTo-Methode
Gibt einen Wert zurück, der diese Instanz mit einer anderen vergleicht.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As JET_COMMIT_ID _
) As Integer
'Usage
Dim instance As JET_COMMIT_ID
Dim other As JET_COMMIT_ID
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
JET_COMMIT_ID other
)
Parameter
Sonstige
Typ: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDEine -Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Int32
Ein Wert mit Vorzeichen, der die relativen Positionen der -Instanzen darstellt.
Implementiert
IComparable <T> . CompareTo(T)