eqvYear method

bool eqvYear(
  1. DateTime other
)

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

Implementation

bool eqvYear(DateTime other) => Eq.dateEqYear.eqv(this, other);