MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / operator==

Method operator==

PanzerChasm/time.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool Time::operator==( const Time& other ) const
81{
82 return time_ == other.time_;
83}
84
85bool Time::operator!=( const Time& other ) const
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected