Noda Time
Equals Method (obj)
NamespacesNodaTimeDateTimeZoneEquals(DateTimeZone)

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

Determines whether the specified DateTimeZone is equal to this instance.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	DateTimeZone obj
)
Public Function Equals ( _
	obj As DateTimeZone _
) As Boolean
public:
virtual bool Equals(
	DateTimeZone^ obj
) sealed
Parameters
obj (DateTimeZone)
The DateTimeZone to compare with this instance.
Return Value
true if the specified DateTimeZone is equal to this instance; otherwise, false.
Remarks
This implementation performs initial checks which would be common to all child implementations, and then delegates to EqualsImpl(DateTimeZone).

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