Checks if this date is the same day as other
other
bool isSameDayAs(DateTime other) { return DateComparisons.isSameDay(this, other); }