Prado\Util\TSimpleDateFormatter::charEqual PHP Method

charEqual() private method

Returns true if char at position equals a particular char.
private charEqual ( $string, $pos, $char )
    private function charEqual($string, $pos, $char)
    {
        return $this->charAt($string, $pos) == $char;
    }