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

◆ operator!=()

bool MayaFlux::Kakshya::Region::operator!= ( const Region other) const
inline

Inequality comparison for Regions.

Definition at line 433 of file Region.hpp.

434 {
435 return !(*this == other);
436 }