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

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

@fn bool Bitmap::operator!=(const Bitmap& other) const Inequality operator. Inequality operator.

Syntax

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

Arguments

other

The bitmap to compare with.

Return value

True if this bitmap has a different id than the other bitmap.

References

LocationText
Bitmap.hpp:481
bool operator!=(const Bitmap& other) const

Call Tree

Functions called by touchgfx::Bitmap::operator!=() const
touchgfx::Bitmap::operator!=() const
Data read by touchgfx::Bitmap::operator!=() const
touchgfx::Bitmap::operator!=() const