JET_LGPOS. CompareTo-Methode

Vergleicht diese Protokollposition mit einer anderen Protokollposition und bestimmt, ob diese instance vor oder nach dem anderen instance ist.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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 Vorzeichennummer, die die relativen Positionen dieses instance und den Wertparameter angibt.

Implementiert

IComparable<T>. CompareTo(T)

Siehe auch

Verweis

JET_LGPOS Struktur

JET_LGPOS-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace