The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CComBSTR::operator <
Compares a CComBSTR with a string.
bool operator <(
const CComBSTR& bstrSrc
) const throw( );
bool operator <(
LPCOLESTR pszSrc
) const throw( );
bool operator <(
LPCSTR pszSrc
) const throw( );
Returns true if the item being compared is less than the CComBSTR object; otherwise, returns false.
The comparison is performed using the user's default locale.
Requirements
Header: atlbase.h
Show: