CString::CompareNoCase

This method compares this CString object with another string using the lstrcmpi function.

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

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int CompareNoCase( LPCTSTR lpsz ) const;

See Also

CString::Compare