Esempio n. 1
0
 public function isIdentical(self $tags)
 {
     return $this->toArray() == $tags->toArray();
 }