touchgfx::Rect::operator!=() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Rect::operator!=() const

touchgfx::Rect::operator!=() const method

@fn bool Rect::operator!=(const Rect& other) const Opposite of the == operator. Opposite of the == operator.

Syntax

bool operator !=(const Rect& other) const;

Arguments

other

The Rect to compare with.

Return value

true if the compared Rect differ in dimensions or coordinates.

References

LocationText
Types.hpp:390
bool operator !=(const Rect& other) const

Call Tree

Functions called by touchgfx::Rect::operator!=() const
touchgfx::Rect::operator!=() const
all items filtered out
Data read by touchgfx::Rect::operator!=() const
touchgfx::Rect::operator!=() const