CString::CompareNoCase

Call this member function to ompare this CString object with another string using the function lstrcmpi.

The current locale is used to get the correct language-specific sort ordering.

Syntax

int CompareNoCase( LPCTSTR lpsz ) const;

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CString Overview, CString Member Functions, Simple Value Types, CString::Compare