CFileTime::operator ==

此运算符比较相等的两 CFileTime 对象。

bool operator ==(
   CFileTime ft 
) const throw( );

参数

  • ft
    要比较的 CFileTime 对象。

返回值

返回 true,如果对象相同,否则 false

要求

Header: atltime.h

请参见

参考

CFileTime选件类