Exemplo n.º 1
0
 public function equals(Converter $that)
 {
     if (!$that instanceof self) {
         return false;
     }
     return $this->offset == $that->getOffset();
 }