Date.Equality(Date, Date) 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 deux instances spécifiées de Date sont égales.
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 et secondOperand représentent la même date ; sinon, false.