コード例 #1
0
ファイル: DateTime.php プロジェクト: 2dotstwice/broadway
 /**
  * @return boolean
  */
 public function equals(DateTime $dateTime)
 {
     return $this->toString() === $dateTime->toString();
 }