Example #1
0
 public function equals(Dolumar_Buildings_Building $building)
 {
     return $this->getId() == $building->getId();
 }