TimeWithZone.Equals Method (TimeWithZone)TimeWithZone.Equals Method (TimeWithZone)TimeWithZone::Equals Method (TimeWithZone)

Indicates whether this instance is equal to another TimeWithZoneTimeWithZoneTimeWithZone.

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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