Noda Time
Equals Method (other)
NamespacesNodaTimeZonedDateTimeEquals(ZonedDateTime)

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

Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	ZonedDateTime other
)
Public Function Equals ( _
	other As ZonedDateTime _
) As Boolean
public:
virtual bool Equals(
	ZonedDateTime other
) sealed
Parameters
other (ZonedDateTime)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.
Return Value
True if the specified value is the same instant in the same time zone; false otherwise.

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