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
Lhs
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie erste zu vergleichende Instanz.
Rhs
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie zweite zu vergleichende Instanz.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.