version; } public function equals(mixed $object): bool { return $object instanceof self && $object->version === $this->version; } }