Compartir a través de


TimeOfDay.Inequality(TimeOfDay, TimeOfDay) Operador

Definición

Indica si dos instancias de TimeOfDay no son iguales.

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

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 no son iguales; de lo contrario, false.

Se aplica a