DateWithZone.Equals Method (DateWithZone)DateWithZone.Equals Method (DateWithZone)DateWithZone::Equals Method (DateWithZone)

Indicates whether this instance is equal to another DateWithZoneDateWithZoneDateWithZone.

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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