def __eq__(self, other):
        return self.name == other.name and self._version == other._version