Поделиться через


CFileTime::operator ==

This operator compares two CFileTime objects for equality.

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

Параметры

  • ft
    The CFileTime object to compare.

Возвращаемое значение

Returns true if the objects are equal, otherwise false.

Требования

Header: atltime.h

См. также

Основные понятия

CFileTime Class

CFileTime Members