JET_LOGTIME. Gleichheitsoperator
Bestimmt, ob zwei angegebene Instanzen von JET_LOGTIME 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_LOGTIME, _
rhs As JET_LOGTIME _
) As Boolean
'Usage
Dim lhs As JET_LOGTIME
Dim rhs As JET_LOGTIME
Dim returnValue As Boolean
returnValue = (lhs = rhs)
public static bool operator ==(
JET_LOGTIME lhs,
JET_LOGTIME rhs
)
Parameter
Lhs
Typ: Microsoft.Isam.Esent.Interop.JET_LOGTIMEDie erste zu vergleichende Instanz.
rhs
Typ: Microsoft.Isam.Esent.Interop.JET_LOGTIMEDie zweite zu vergleichende Instanz.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.