TimeZone.Equals Method (TimeZone)TimeZone.Equals Method (TimeZone)TimeZone::Equals Method (TimeZone)

Indicates whether this instance is equal to another TimeZoneTimeZoneTimeZone.

Syntax

Public Function Equals( _
    other As TimeZone _
) As Boolean
public bool Equals(
    TimeZone other
)
public:
virtual bool Equals(
    TimeZone other
) sealed
 

Parameters

other

Type: XmlPrime.TimeZoneXmlPrime.TimeZoneXmlPrime::TimeZone

A TimeZoneTimeZoneTimeZone to compare with this object.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if other equals the value of this instance; otherwise, falseFalsefalse.