Share via


JET_LGPOS. CompareTo, méthode

Compare cette position de journal à une autre position du journal et détermine si cette instance est antérieure, identique ou postérieure à l’autre instance.

Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'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
)

Paramètres

Valeur retournée

Type : System.Int32
Nombre signé indiquant les positions relatives de cette instance et le paramètre value.

Implémente

IComparable<T>. CompareTo(T)

Voir aussi

Informations de référence

JET_LGPOS structure

JET_LGPOS membres

Espace de noms Microsoft.Isam.Esent.Interop