nw::ut::LinkListNode::operator!= Blend Function

Syntax

friend bool operator!=(
     const Self & r1,
     const Self & r2
);

Arguments

Name Description
in r1 The first comparison value.
in r2 The second comparison value.

Return Values

Returns false if equal, and returns true otherwise.

Description

Overloaded negative comparison operator.


CONFIDENTIAL