operator!=#
Fully qualified name: carb::operator!=
Defined in carb/IObject.h
-
template<class T, class U>
bool carb::operator!=(
) noexcept# Checks inequality of an ObjectPtr type and a raw pointer.
- Parameters:
lhs – [in] An ObjectPtr type to compare.
rhs – [in] A raw pointer to compare.
- Returns:
true
if the two objects identify different underlying objects. Returnsfalse
otherwise.