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