bool operator !=( const VARIANT& varSrc );
Remarks
Returns true if either the value or type of varSrc is not equal to the value or type, respectively, of the CComVariant object. Otherwise, false.
CComVariant Overview | Class Members
See Also CComVariant::operator ==, VARIANT