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