JET_SESID. Equals-Methode (JET_SESID)

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

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IEquatableT<>. Gleich(T)

Siehe auch

Referenz

JET_SESID Struktur

mitglieder JET_SESID

Gleich Überladung

Microsoft.Isam.Esent.Interop-Namespace