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

See Also

Concepts

CComVariant Class

CComVariant Members

CComVariant::operator >

VARIANT and VARIANTARG