JET_SIGNATURE. Gleichheitsoperator

Bestimmt, ob zwei angegebene Instanzen von JET_SIGNATURE 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_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 gleich sind.

Weitere Informationen

Referenz

JET_SIGNATURE Struktur

JET_SIGNATURE-Member

Microsoft.Isam.Esent.Interop-Namespace