JET_HANDLE. Ungleichheitsoperator

Bestimmt, ob zwei angegebene Instanzen von JET_HANDLE 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_HANDLE, _
    rhs As JET_HANDLE _
) As Boolean
'Usage
Dim lhs As JET_HANDLE
Dim rhs As JET_HANDLE
Dim returnValue As Boolean

returnValue = (lhs <> rhs)
public static bool operator !=(
    JET_HANDLE lhs,
    JET_HANDLE rhs
)

Parameter

Rückgabewert

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

Siehe auch

Verweis

JET_HANDLE Struktur

JET_HANDLE-Member

Microsoft.Isam.Esent.Interop-Namespace