DayTimeDuration.Equals Method (DayTimeDuration)DayTimeDuration.Equals Method (DayTimeDuration)DayTimeDuration::Equals Method (DayTimeDuration)

Indicates whether this instance is equal to another DayTimeDurationDayTimeDurationDayTimeDuration.

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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