eqvDay method

bool eqvDay(
  1. DateTime other
)

Return true when this DateTime and other have the same day.

Implementation

bool eqvDay(DateTime other) => Eq.dateEqDay.eqv(this, other);