Delen via


TimeOfDay.Inequality(TimeOfDay, TimeOfDay) Operator

Definition

Indicates whether two TimeOfDay instances are not equal.

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

Parameters

firstOperand
TimeOfDay

The first time interval to compare.

secondOperand
TimeOfDay

The second time interval to compare.

Returns

true if the values of firstOperand and secondOperand are not equal; otherwise, false.

Applies to