Partager via


TimeOfDay.Equality(TimeOfDay, TimeOfDay) Opérateur

Définition

Indique si deux instances de TimeOfDay sont égales.

public static bool operator == (Microsoft.OData.Edm.TimeOfDay firstOperand, Microsoft.OData.Edm.TimeOfDay secondOperand);
static member ( = ) : 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 sont égales ; sinon, false.

S’applique à