MKI_EqualW (Strings) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

bool

MKI_EqualW(

 LPCWSTR f_pszText1,

 LPCWSTR f_pszText2 );

 

Compares two Unicode texts and returns if they are equal (case-insensitive).

 

Parameters

Text1

[LPCWSTR] Address of first text to be compared.

Text2

[LPCWSTR] 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