public function equals(BuildMetaData $other) : bool { return $this->asString() === $other->asString(); }