nn::Result::operator!= Member Function

Syntax

#include <nn/Result.h>

bool operator!=(
     const Result & rhs
) const;

Arguments

Name Description
rhs

Return Values

Returns true if the operands are not equal, and false otherwise.

Description

Tests for inequality.

Use to handle certain errors for libraries other than nn::fs. See the reference materials for the nn::fs library for details on nn::fs library error handling.


CONFIDENTIAL