ot::Ptr::operator!=() const method
Overloads the operator `!=` to compare the `Ptr` with a given pointer.
Syntax
bool operator!=(const Type *aPointer) const; Arguments
aPointer
The pointer to compare with.
Return value
TRUE If `Ptr` is not equal to @p aPointer. FALSE If `Ptr` is equal to @p aPointer.