nw::ut::operator== Function
template <class T, class U, typename TLockObject>
bool operator==(
SharedPtr< T, TLockObject > const & a,
SharedPtr< U, TLockObject > const & b
);
| Name | Description | |
|---|---|---|
| in | a | First object that is the target for comparison. |
| in | b | Second object that is the target for comparison. |
Determines whether SharedPtr is the same.
CONFIDENTIAL