Returns a string representation of the constraint.
Overrides SelfDescribing::toString
public function toString(bool $exportObjects = false) : string { return sprintf('is equal to %s with delta <%F>', Exporter::export($this->value, $exportObjects), $this->delta); }