JET_HANDLE. Equals-Methode (JET_HANDLE)
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_HANDLE _
) As Boolean
'Usage
Dim instance As JET_HANDLE
Dim other As JET_HANDLE
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_HANDLE other
)
Parameter
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_HANDLEEine -Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.