titanscssc::op_neq PHP 메소드

op_neq() 보호된 메소드

protected op_neq ( $left, $right )
    protected function op_neq($left, $right)
    {
        return $this->toBool($left != $right);
    }
titanscssc