Checks if two DateTime objects represent the same date (year, month, and day).
bool notEquals(DateTime date) => !equals(date);