bool isEqual(DateTime date) => action((year, month, day) => year == date.year && month == date.month && day == date.day);