titanscssc::op_neq PHP Method

op_neq() protected method

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