Partager via


Date.GreaterThanOrEqual(Date, Date) Opérateur

Définition

Détermine si un spécifié Date est supérieur à un autre spécifié Date

public static bool operator >= (Microsoft.OData.Edm.Date firstOperand, Microsoft.OData.Edm.Date secondOperand);
static member ( >= ) : Microsoft.OData.Edm.Date * Microsoft.OData.Edm.Date -> bool
Public Shared Operator >= (firstOperand As Date, secondOperand As Date) As Boolean

Paramètres

firstOperand
Date

Premier objet à comparer.

secondOperand
Date

Deuxième objet à comparer.

Retours

true si firstOperand est supérieur à secondOperand ; sinon, false.

S’applique à