예제 #1
0
파일: Months.php 프로젝트: dgame/php-time
 /**
  * @param TimeUnit $unit
  *
  * @return bool
  */
 public function equals(TimeUnit $unit) : bool
 {
     return $this->equalsAmount($unit->inMonths()->getAmount());
 }