This documentation is archived and is not being maintained.

TimeZoneInfo::TransitionTime::Equals Method (TimeZoneInfo::TransitionTime)

Determines whether the current TimeZoneInfo::TransitionTime object has identical values to a second TimeZoneInfo::TransitionTime object.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	TimeZoneInfo..::..TransitionTime other
) sealed

Parameters

other
Type: System::TimeZoneInfo::TransitionTime
An object to compare to the current instance.

Return Value

Type: System::Boolean
true if the two objects have identical property values; otherwise, false.

Implements

IEquatable<T>::Equals(T)

To determine whether the two TimeZoneInfo::TransitionTime objects are equal, this method performs a property-by-property comparison. The method returns true only if the current TimeZoneInfo::TransitionTime object and the other object have identical values for each of the TimeZoneInfo::TransitionTime object's six property values.

The following example illustrates calls to the Equals method.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: