JET_BKINFO. Ungleichheitsoperator

Bestimmt, ob zwei angegebene Instanzen von JET_BKINFO nicht 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

Rückgabewert

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

Siehe auch

Verweis

JET_BKINFO Struktur

JET_BKINFO-Member

Microsoft.Isam.Esent.Interop-Namespace