Get string representation of inequality operation
Source position: fpexprpars.pp line 211
public function TFPUnequalOperation.AsString: AnsiString; override; |
Returns string representation of the inequality
The AsString method returns a string representation of the inequality operation, showing both operands connected by the "<>" for debugging and display purposes.
The string format helps in understanding the structure of complex comparison expressions and provides useful information for debugging expression parsing and evaluation.