TimeZone.Equality OperatorTimeZone.Equality OperatorTimeZone::Equality Operator

Indicates whether a specified TimeZoneTimeZoneTimeZone is equal to another specified TimeZoneTimeZoneTimeZone.

Syntax

Public Shared Operator =( _
    timeZone1 As TimeZone, _
    timeZone2 As TimeZone _
) As Boolean
public static bool operator ==(
    TimeZone timeZone1,
    TimeZone timeZone2
)
public:
static bool operator ==(
    TimeZone timeZone1, 
    TimeZone timeZone2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the two TimeZoneTimeZoneTimeZone values are equal, falseFalsefalse otherwise.