CComVariant::operator >

 

Indicates whether the CComVariant object is greater than the specified VARIANT.

Syntax

      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

CComVariant Class
CComVariant::operator <
e305240e-9e11-4006-98cc-26f4932d2118