JET_BKINFO. Equals-Methode (JET_BKINFO)

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_BKINFO _
) As Boolean
'Usage
Dim instance As JET_BKINFO
Dim other As JET_BKINFO
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Implementiert

IEquatable<T>. Gleich(T)

Siehe auch

Verweis

JET_BKINFO Struktur

JET_BKINFO-Member

Gleich Überladung

Microsoft.Isam.Esent.Interop-Namespace