Prado\Web\UI\WebControls\TCompareValidator::setValueToCompare PHP Method

setValueToCompare() public method

Sets the constant value to compare with the value entered by the user into the input component being validated.
public setValueToCompare ( $value )
    public function setValueToCompare($value)
    {
        $this->setViewState('ValueToCompare', $value, '');
    }