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

◆ operator==()

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

Definition at line 458 of file GlobalGraphicsInfo.hpp.

459 {
460 return width == other.width && height == other.height && refresh_rate == other.refresh_rate;
461 }

References height, refresh_rate, and width.