Share via


TimeOfDay.Equality(TimeOfDay, TimeOfDay) Operator

Definition

Indicates whether two TimeOfDay instances are equal.

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

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 equal; otherwise, false.

Applies to