Noda Time
Equals Method (x, y)
NamespacesNodaTime.TimeZonesZoneEqualityComparerEquals(DateTimeZone, DateTimeZone)

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

Compares two time zones for equality according to the options and interval provided to this comparer.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	DateTimeZone x,
	DateTimeZone y
)
Public Function Equals ( _
	x As DateTimeZone, _
	y As DateTimeZone _
) As Boolean
public:
virtual bool Equals(
	DateTimeZone^ x, 
	DateTimeZone^ y
) sealed
Parameters
x (DateTimeZone)
The first DateTimeZone to compare.
y (DateTimeZone)
The second DateTimeZone to compare.
Return Value
true if the specified time zones are equal under the options and interval of this comparer; otherwise, false.

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