CString::Compare

This method compares this CString object with another string using the Windows CE lstrcmp function. It is not locale-sensitive.

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 Compare( LPCTSTR lpsz ) const;

See Also

CString::CompareNoCase