JET_SIGNATURE. Ungleichheitsoperator

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

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

Parameter

Rückgabewert

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

Weitere Informationen

Referenz

JET_SIGNATURE Struktur

JET_SIGNATURE-Member

Microsoft.Isam.Esent.Interop-Namespace