Noda Time
Equals Method (obj)
NamespacesNodaTimeZonedDateTimeEquals(Object)

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

Indicates whether this instance and a specified object are equal.
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)
Another object to compare to.
Return Value
true if obj and this instance are the same type and represent the same value; otherwise, false.
Return Value
True if the specified value is a ZonedDateTime representing the same instant in the same time zone; false otherwise.

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