TimeOfDay.Equality(TimeOfDay, TimeOfDay) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.