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

getValueToCompare() public method

public getValueToCompare ( ) : string
return string the constant value to compare with the value entered by the user into the input component being validated.
    public function getValueToCompare()
    {
        return $this->getViewState('ValueToCompare', '');
    }