CComVariant::operator <
Indicates whether the CComVariant object is less than the specified VARIANT.
bool operator <(
const VARIANT& varSrc
) const throw();
Remarks
Returns true if the value of the CComVariant object is less than the value of varSrc. Otherwise, false. The operator uses the user's default locale to perform the comparison.
Requirements
Header: atlcomcli.h