nn::Result::operator!= Member Function#include <nn/Result.h>
bool operator!=(
const Result & rhs
) const;
| Name | Description | |
|---|---|---|
| rhs |
true if the operands are not equal, and false otherwise. 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