MCPcopy Create free account
hub / github.com/ImageEngine/cortex / operator ==

Method operator ==

src/IECore/FileSequence.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322bool FileSequence::operator ==( const FileSequence &other ) const
323{
324 return m_fileName == other.m_fileName && m_frameList->isEqualTo( other.m_frameList );
325}
326
327boost::format FileSequence::fileNameTemplate( bool negativeFrame ) const
328{

Callers

nothing calls this directly

Calls 1

isEqualToMethod · 0.45

Tested by

no test coverage detected