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

◆ operator==()

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

Definition at line 498 of file GlobalGraphicsInfo.hpp.

499 {
500 return width == other.width && height == other.height && refresh_rate == other.refresh_rate;
501 }

References height, refresh_rate, width, and width.