Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxSpreadSheetTextIsEqual(string,string) Method

Returns a value indicating whether the two specified text strings are identical.

#Declaration

Delphi
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