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 true if equal, and returns false otherwise.

Description

Comparison operator.


CONFIDENTIAL