TimeOfDay.Inequality(TimeOfDay, TimeOfDay) 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.
Indique si deux instances de TimeOfDay ne sont pas égales.
public static bool operator != (Microsoft.OData.Edm.TimeOfDay firstOperand, Microsoft.OData.Edm.TimeOfDay secondOperand);
static member op_Inequality : Microsoft.OData.Edm.TimeOfDay * Microsoft.OData.Edm.TimeOfDay -> bool
Public Shared Operator != (firstOperand As TimeOfDay, secondOperand As TimeOfDay) As Boolean
Paramètres
- firstOperand
- TimeOfDay
Premier intervalle de temps à comparer.
- secondOperand
- TimeOfDay
Second intervalle de temps à comparer.
Retours
true si les valeurs de firstOperand et secondOperand ne sont pas égales ; sinon, false.