Share via


CGdiObject::operator ==

Determines if two GDI objects are logically equal.

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

Parameters

  • obj
    A reference to an existing CGdiObject.

Remarks

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

Requirements

Header: afxwin.h

See Also

Reference

CGdiObject Class

Hierarchy Chart

CGdiObject::operator !=

Other Resources

CGdiObject Members