Whether or not this Time object is at the same moment as other.
other
bool isAtSameMomentAs(Time other) => _dateTime.isAtSameMomentAs(other._dateTime);