DateOnly.GreaterThanOrEqual(DateOnly, DateOnly) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si un DateOnly spécifié représente une date identique ou ultérieure à une autre spécifiée DateOnly.
public:
static bool operator >=(DateOnly left, DateOnly right);
public static bool operator >= (DateOnly left, DateOnly right);
static member ( >= ) : DateOnly * DateOnly -> bool
Public Shared Operator >= (left As DateOnly, right As DateOnly) As Boolean
Paramètres
- left
- DateOnly
Premier objet à comparer.
- right
- DateOnly
Deuxième objet à comparer.
Retours
true
si la gauche est identique ou ultérieure à droite ; sinon, false
.