TIEVisionString.operatorEQUAL
Declaration
function operatorEQUAL(src: TIEVisionString): bool32; safecall;
Description
Compare the current string with the content of source string.
Parameter | Description |
src | The source string |
string1.operatorEQUAL(string2); // equiv. to "string1 = string2"