示例#1
0
文件: Label.php 项目: 99designs/sipht
 /**
  * Compare two labels for equality.
  * @param object $that object to compare
  * @return bool
  */
 public function equals($that)
 {
     return parent::equals($that) && $this->userId == $that->userId;
 }