DateTimeWithZone.Equals Method (DateTimeWithZone)DateTimeWithZone.Equals Method (DateTimeWithZone)DateTimeWithZone::Equals Method (DateTimeWithZone)

Indicates whether this instance is equal to another DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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