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