operator!=
Fully qualified name: carb::operator!=
Defined in carb/IObject.h
- 
template<class T, class U>
bool carb::operator!=(
 
- const ObjectPtr<T> &lhs,
 
- const ObjectPtr<U> &rhs,
 
) noexcept
Checks inequality of two ObjectPtr types. 
- Parameters:
 
- 
 
- Returns:
 
true if the two objects identify different underlying objects. Returns false otherwise.