isEqual method

bool isEqual(
  1. DateTime other
)

Compare DateTime with DateTime equal.

Implementation

bool isEqual(DateTime other) => other == this;