dxSpreadSheetTextIsEqual(string,string) Method
In This Article
Returns a value indicating whether the two specified text strings are identical.
#Declaration
#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