Returns true if an InputOption object exists by negated name.
public function hasNegation(string $name) : bool { return isset($this->negations[$name]); }