CAdapt::operator ==

 

Compares an object of the adapted type with m_T.

Syntax

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

Parameters

  • rSrc
    A reference to the object to be compared.

Return Value

The result of the comparison between m_T and rSrc.

Requirements

Header: atlcomcli.h

See Also

CAdapt Class
CAdapt::operator <