nw::ut::LinkList::iterator::operator!= Blend Function
Syntax
friend bool operator!=(
TIt
it1_,
TIt
it2_ );
Arguments
Name
Description
in
it1_
Iterator for the first target of comparison.
in
it2_
Iterator for the second target of comparison.
Return Values
Returns false if equal, and returns true otherwise.
Description
Negative comparison function.
CONFIDENTIAL