bool isAtSameMomentAs(AnyDate other) { assert( other is DateTime || other is SlickDateTime, 'Argument must be DateTime or SlickDateTime', ); return _inner.isAtSameMomentAs(_unwrap(other)); }