JET_BKINFO. Gleichheitsoperator
Bestimmt, ob zwei angegebene Instanzen von JET_BKINFO gleich sind.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Operator = ( _
lhs As JET_BKINFO, _
rhs As JET_BKINFO _
) As Boolean
'Usage
Dim lhs As JET_BKINFO
Dim rhs As JET_BKINFO
Dim returnValue As Boolean
returnValue = (lhs = rhs)
public static bool operator ==(
JET_BKINFO lhs,
JET_BKINFO rhs
)
Parameter
Lhs
Typ: Microsoft.Isam.Esent.Interop.JET_BKINFODie erste zu vergleichende Instanz.
Rhs
Typ: Microsoft.Isam.Esent.Interop.JET_BKINFODie zweite zu vergleichende Instanz.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.