Checks if the DateTime is in the same hour as the specified DateTime.
bool isSameHour(DateTime other) { return isSame(other, unit: TimeUnit.hour); }