Ejemplo n.º 1
0
 /**
  * Compares current object with given one
  * 
  * @param LDateTime $oDT
  * @return bool
  */
 public function isEqual(LDateTime $oDT)
 {
     return $oDT->__toString() == $this->__toString();
 }