CFileTime::operator ==
This operator compares two CFileTime objects for equality.
bool operator ==(
CFileTime ft
) const throw( );
Parameters
- ft
The CFileTime object to compare.
Return Value
Returns true if the objects are equal, otherwise false.
Requirements
Header: atltime.h