nw::ut::operator!= Function

Syntax

template <class T, class U, typename TLockObject>
bool operator!=(
     SharedPtr< T, TLockObject > const & a,
     SharedPtr< U, TLockObject > const & b
);

Arguments

Name Description
in a First object that is the target for comparison.
in b Second object that is the target for comparison.

Return Values

Returns TRUE if the pointer differs; otherwise, returns FALSE.

Description

Determines whether SharedPtr is different.


CONFIDENTIAL