JET_LGPOS. Equals-Methode (JET_LGPOS)

Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz ist.

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

Syntax

'Declaration
Public Function Equals ( _
    other As JET_LGPOS _
) As Boolean
'Usage
Dim instance As JET_LGPOS
Dim other As JET_LGPOS
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_LGPOS other
)

Parameter

Rückgabewert

Typ: System.Boolean
TRUE, wenn die beiden Instanzen gleich sind.

Implementiert

IEquatable <T> . Equals(T)

Weitere Informationen

Referenz

JET_LGPOS-Struktur

JET_LGPOS Member

Equals-Überladung

Microsoft.Isam.Esent.Interop-Namespace