Example #1
0
 /**
  * @param TimeZone $other
  *
  * @return boolean
  */
 public function isEqualTo(TimeZone $other)
 {
     return $this->getId() === $other->getId();
 }