JET_COLUMNID. Opérateur GreaterThanOrEqual
Détermine si un ColumnID est postérieur ou égal à un autre ColumnID.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
LHS
Type : Microsoft.ISAM.esent.Interop.JET_COLUMNIDPremier ColumnID à comparer.
rhs
Type : Microsoft.ISAM.esent.Interop.JET_COLUMNIDDeuxième ColumnID à comparer.
Valeur retournée
Type : System. Boolean
True si LHS vient après ou est égal à RHS.