CMFCToolBarButton::CompareWith

此实例与提供的 CMFCToolBarButton 对象进行比较。

virtual BOOL CompareWith(
   const CMFCToolBarButton& other
) const;

参数

  • [in] other
    对对象和此实例进行比较

返回值

非零,如果提供的对象等于此实例的值;否则,0。

备注

默认实现确定提供的对象的命令ID是否等于此实例命令ID。 重写此方法,则必须执行其他处理 CMFCToolBarButton 确定两个对象是否相等。

要求

标头: afxtoolbarbutton.h

请参见

参考

CMFCToolBarButton选件类

层次结构图