MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / operator==

Function operator==

Win32Lib/Win32Lib.cpp:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506} // namespace Win32
507
508bool operator==(const FILETIME& ft1, const FILETIME& ft2)
509{
510 return ::CompareFileTime(&ft1, &ft2) == 0;
511}
512
513bool operator!=(const FILETIME& ft1, const FILETIME& ft2)
514{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected