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( );
Returns true if the item being compared is greater than the CComBSTR object; otherwise, returns false.
The comparison is performed using the user's default locale.
Requirements
Header: atlbase.h
Show: