Noda Time
Equals Method (other)
NamespacesNodaTimeLocalTimeEquals(LocalTime)

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

Compares this local time with the specified one for equality, by checking whether the two values represent the exact same local time, down to the tick.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	LocalTime other
)
Public Function Equals ( _
	other As LocalTime _
) As Boolean
public:
virtual bool Equals(
	LocalTime other
) sealed
Parameters
other (LocalTime)
The other local time to compare this one with
Return Value
True if the specified time is equal to this one; false otherwise

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