GMonthDay.Equality OperatorGMonthDay.Equality OperatorGMonthDay::Equality Operator
Indicates whether a specified GMonthDayGMonthDayGMonthDay is equal to another specified GMonthDayGMonthDayGMonthDay.
Parameters
- monthDay1
Type: XmlPrime.GMonthDayXmlPrime.GMonthDayXmlPrime::GMonthDay
- monthDay2
Type: XmlPrime.GMonthDayXmlPrime.GMonthDayXmlPrime::GMonthDay
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the two GMonthDayGMonthDayGMonthDay values are equal, falseFalsefalse otherwise.
Remarks
Two GMonthDayGMonthDayGMonthDay values are considered equal if they have they have equal values for their MonthMonthMonth, DayDayDay and TimeZoneTimeZoneTimeZone properties.
Consider using Equals (GMonthDay, GMonthDay, TimeZone)Equals (GMonthDay, GMonthDay, TimeZone)Equals (GMonthDay, GMonthDay, TimeZone) to compare GMonthDayGMonthDayGMonthDay values with differing TimeZoneTimeZoneTimeZone properties.
