isAtSameMomentAs method

bool? isAtSameMomentAs(
  1. FhirDateTimeBase other
)

Implementation

bool? isAtSameMomentAs(FhirDateTimeBase other) =>
    _compare(Comparator.eq, other);