Noda Time
EqualsImpl Method (zone)
NamespacesNodaTimeDateTimeZoneEqualsImpl(DateTimeZone)

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

Implements equality in derived classes.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract bool EqualsImpl(
	DateTimeZone zone
)
Protected MustOverride Function EqualsImpl ( _
	zone As DateTimeZone _
) As Boolean
protected:
virtual bool EqualsImpl(
	DateTimeZone^ zone
) abstract
Parameters
zone (DateTimeZone)
The zone to compare with this one. This is guaranteed (when called by Equals(DateTimeZone)) to be a non-null reference of the same type as this instance.
Return Value
true if the specified DateTimeZone is equal to this instance; otherwise, false.

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