MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ operator==()

bool MayaFlux::Core::VideoMode::operator== ( const VideoMode other) const
inline

Definition at line 461 of file GlobalGraphicsInfo.hpp.

462 {
463 return width == other.width && height == other.height && refresh_rate == other.refresh_rate;
464 }

References height, refresh_rate, and width.