Compare 2 variant values.
Source position: variants.pp line 109
function VarCompareValue(  | 
const A: Variant;  | 
const B: Variant  | 
A  | 
  | 
First value to compare.  | 
B  | 
  | 
Second value to compare.  | 
Result of the comparison.
VarCompareValue compares 2 variants A and B. It returns one of the following values:
  | 
Check if 2 variants are the same.  |