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

Rückgabewert

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

Implementiert

IEquatable <T> . Equals(T)

Weitere Informationen

Referenz

JET_HANDLE-Struktur

JET_HANDLE-Member

Equals-Überladung

Microsoft.Isam.Esent.Interop-Namespace