operator >= method

bool operator >=(
  1. Month other
)

Greater or equals to operator

Implementation

bool operator >=(Month other) => isSameOrAfter(other);