isEqual method

bool isEqual(
  1. dynamic other
)

Check if a date is equals to other

Implementation

bool isEqual(other) => equals(other);