IsEqual Procedure
Check if two values, of any datatype, are identical. This function used the XML Format function for the comparison.
Signature
IsEqual(Value1: Variant; Value2: Variant) : Boolean
Parameters
Value1
Variant
The first value to be compared.
Value2
Variant
The second value to be compared.
Returns
Boolean
true
if the XML Format of the two values are identical.
This documentation is generated from Smart Toolbox v27.0