equals method

bool equals(
  1. DateTime other
)

Implementation

bool equals(DateTime other) => isAtSameMomentAs(other);