equal method

bool equal(
  1. Duration duration
)

Implementation

bool equal(Duration duration) => compareTo(duration) == 0;