Noda Time
Equality Operator
NamespacesNodaTimeLocalTimeEquality(LocalTime, LocalTime)

[This is preliminary documentation and is subject to change.]

Compares two local times for equality, by checking whether they represent the exact same local time, down to the tick.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	LocalTime lhs,
	LocalTime rhs
)
Public Shared Operator = ( _
	lhs As LocalTime, _
	rhs As LocalTime _
) As Boolean
public:
static bool operator ==(
	LocalTime lhs, 
	LocalTime rhs
)
Parameters
lhs (LocalTime)
The first value to compare
rhs (LocalTime)
The second value to compare
Return Value
True if the two times are the same; false otherwise

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)