/** * @inheritdoc */ public function equals(Enum $item) { return $item instanceof self && $item->getId() == $this->getId(); }