MonthDay.opEquals

Checks if this month-day is equal to another month-day. !(p) The comparison is based on the time-line position of the month-day within a year.

@param obj the object to check, null returns false @return true if this is equal to the other month-day

class MonthDay
override
bool
opEquals
(
Object obj
)

Meta