Noda Time
Equals Method (obj)
NamespacesNodaTimeLocalTimeEquals(Object)

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

Compares this local time with the specified reference. A local time is only equal to another local time with the same underlying tick value.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The object to compare this one with
Return Value
True if the specified value is a local time is equal to this one; false otherwise

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