Compartir a través de


TimeOfDay.Equality(TimeOfDay, TimeOfDay) Operador

Definición

Indica si dos instancias TimeOfDay son iguales.

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

Parámetros

firstOperand
TimeOfDay

Primer intervalo de tiempo que se va a comparar.

secondOperand
TimeOfDay

Segundo intervalo de tiempo que se va a comparar.

Devoluciones

true si los valores de firstOperand y secondOperand son iguales; de lo contrario, false.

Se aplica a