TimeZoneInfo::TransitionTime::Equals Method (TimeZoneInfo::TransitionTime)
Determines whether the current TimeZoneInfo::TransitionTime object has identical values to a second TimeZoneInfo::TransitionTime object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
-
Type:
System::TimeZoneInfo::TransitionTime
An object to compare to the current instance.
Return Value
Type: System::Booleantrue 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.
Available since 3.5