JET_LGPOS.CompareTo-Methode

Vergleicht diese Protokollposition mit einer anderen Protokollposition und bestimmt, ob diese Instanz vor oder nach der anderen Instanz liegt.

Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As JET_LGPOS _
) As Integer
'Usage
Dim instance As JET_LGPOS
Dim other As JET_LGPOS
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    JET_LGPOS other
)

Parameter

Rückgabewert

Typ: System.Int32
Eine Zahl mit Vorzeichen, die die relativen Positionen dieser Instanz und den Value-Parameter angibt.

Implementiert

IComparable <T> . CompareTo(T)

Weitere Informationen

Referenz

JET_LGPOS-Struktur

JET_LGPOS Member

Microsoft.Isam.Esent.Interop-Namespace