DateOnly.LessThanOrEqual(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.
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 antérieure à droite ; sinon, false
.