getValue() === $this->getValue(); } public function toConfigString() { return c::renderKeyValue( c::escapeIfReserved($this->getKey()), c::renderString($this->getValue()) ); } }