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

Description

Tests for equality.

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