Share via


CFileTimeSpan::operator ==

Compares two CFileTimeSpan objects for equality.

bool operator ==( 
   CFileTimeSpan span  
) const throw( );

Parameters

  • span
    The CFileTimeSpan object to be compared.

Return Value

Returns true if the objects are equal, otherwise false.

Requirements

Header: atltime.h

See Also

Reference

CFileTimeSpan Class