Ptr.Operator== Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Checks if two smart pointers refer to the same object.
// This is a global function and not a member
template< class T, class U >
bool operator==( const Ptr<T>& x, const Ptr<U>& y );
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article