JET_LGPOS. Equals-Methode (JET_LGPOS)
Gibt einen Wert zurück, der angibt, ob dieser instance gleich einem anderen instance ist.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_LGPOSEine instance, die mit diesem instance verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.