GMonthDay.Equals Method (GMonthDay, GMonthDay, TimeZone)GMonthDay.Equals Method (GMonthDay, GMonthDay, TimeZone)GMonthDay::Equals Method (GMonthDay, GMonthDay, TimeZone)

Indicates whether a specified GMonthDayGMonthDayGMonthDay is equal to another specified GMonthDayGMonthDayGMonthDay given the supplied implicit time zone.

Syntax

Public Shared Function Equals( _
    monthDay1 As GMonthDay, _
    monthDay2 As GMonthDay, _
    implicitTimeZone As TimeZone _
) As Boolean
public static bool Equals(
    GMonthDay monthDay1,
    GMonthDay monthDay2,
    TimeZone implicitTimeZone
)
public:
static bool Equals(
    GMonthDay monthDay1, 
    GMonthDay monthDay2, 
    TimeZone implicitTimeZone
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the two GMonthDayGMonthDayGMonthDay values are equal; otherwise falseFalsefalse.