Checks if this date is the same year as other
other
bool isSameYearAs(DateTime other) { return DateComparisons.isSameYear(this, other); }