Noda Time
Equals Method (other)
NamespacesNodaTimeOffsetDateTimeEquals(OffsetDateTime)

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

Compares two OffsetDateTime values for equality. This requires that the local date/time values be the same (in the same calendar) and the offsets.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	OffsetDateTime other
)
Public Function Equals ( _
	other As OffsetDateTime _
) As Boolean
public:
virtual bool Equals(
	OffsetDateTime other
) sealed
Parameters
other (OffsetDateTime)
The value to compare this offset date/time with.
Return Value
True if the given value is another offset date/time equal to this one; false otherwise.

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