CComBSTR::operator >
Compares a CComBSTR with a string.
Syntax
bool operator >(
const CComBSTR& bstrSrc
) const throw( );
Return Value
Returns true if the item being compared is greater than the CComBSTR object; otherwise, returns false.
Remarks
The comparison is performed using the user's default locale.
Requirements
Header: atlbase.h