Partager via


Date.Inequality(Date, Date) Opérateur

Définition

Détermine si deux instances spécifiées de Date ne sont pas égales.

public static bool operator != (Microsoft.OData.Edm.Date firstOperand, Microsoft.OData.Edm.Date secondOperand);
static member op_Inequality : 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 ne représentent pas la même date ; sinon, false.

S’applique à