CGdiObject::operator !=

Determines if two GDI objects are logically not equal.

BOOL operator!=( 
   const CGdiObject& obj 
) const;

Parameters

  • obj
    A pointer to an existing CGdiObject.

Remarks

Determines if a GDI object on the left side is not equal to a GDI object on the right side.

Requirements

Header: afxwin.h

See Also

Reference

CGdiObject Class

Hierarchy Chart

CGdiObject::operator ==