Year.opEquals

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

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

class Year
override
bool
opEquals
(
Object obj
)

Meta