CComVariant::operator >
Indicates whether the CComVariant object is greater than the specified VARIANT.
bool operator >(
const VARIANT& varSrc
) const throw();
Remarks
Returns true if the value of the CComVariant object is greater 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
Reference
Concepts
VARIANT and VARIANTARG Data Types [Automation]