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

◆ operator==()

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

Definition at line 663 of file GlobalGraphicsInfo.hpp.

664 {
665 return width == other.width && height == other.height && refresh_rate == other.refresh_rate;
666 }

References height, height, refresh_rate, width, and width.