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

Rückgabewert

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

Weitere Informationen

Verweis

JET_LOGTIME-Struktur

JET_LOGTIME-Member

Microsoft.Isam.Esent.Interop-Namespace