Partager via


TimeOfDay.Inequality(TimeOfDay, TimeOfDay) Opérateur

Définition

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.

S’applique à