TimeZoneInfo::TransitionTime::Equals Method (Object^)

 

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

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

An object to compare with the current TimeZoneInfo::TransitionTime object.

Return Value

Type: System::Boolean

true if the two objects are equal; otherwise, false.

Equality is defined as follows: The obj parameter must be a TimeZoneInfo::TransitionTime object and must have property values identical to the current TimeZoneInfo::TransitionTime object.

The following example illustrates calls to the Equals method.

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

.NET Framework
Available since 3.5
Return to top
Show: