MKI_EqualA (Strings) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

bool

MKI_EqualA(

 LPCSTR f_pszText1,

 LPCSTR f_pszText2 );

 

Compares two Ansi or UTF-8 texts and returns if they are equal (case-insensitive).

 

Parameters

Text1

[LPCSTR] Address of first text to be compared.

Text2

[LPCSTR] Address of second text to be compared.

 

Return Value

Returns true if both texts are equal (case-insensitive). Otherwise, false is returned.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH