共用方式為


CAdapt::operator ==

這個適用於型別的物件與 m_T

bool operator==(
   const T& rSrc
) const;

參數

  • rSrc
    要比較的物件參考。

傳回值

要比較的結果。 m_T 和 rSrc。

需求

Header: atlcomcli.h

請參閱

參考

CAdapt 類別

CAdapt::operator <