dxSpreadSheetTextIsEqual(string,string) Method
Returns a value indicating whether the two specified text strings are identical.
Declaration
function dxSpreadSheetTextIsEqual(const AText1: string; const AText2: string): Boolean;
Parameters
Name | Type |
---|---|
AText1 | string |
AText2 | string |
Returns
Type |
---|
Boolean |
Remarks
This method returns True if two strings, specified as the AText1 and AText2 parameters, are identical. Otherwise, the dxSpreadSheetTextIsEqual function returns False.
See Also