JET_COLUMNID. Gleichheitsoperator

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

returnValue = (lhs = rhs)
public static bool operator ==(
    JET_COLUMNID lhs,
    JET_COLUMNID rhs
)

Parameter

Rückgabewert

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

Siehe auch

Verweis

JET_COLUMNID Struktur

JET_COLUMNID-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace