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 619 of file GlobalGraphicsInfo.hpp.

620 {
621 return width == other.width && height == other.height && refresh_rate == other.refresh_rate;
622 }

References height, refresh_rate, width, and width.